mscorlib(4.0.0.0) API with additions
SoapIgnoreAttribute.cs
2 {
4  [AttributeUsage(AttributeTargets.Property | AttributeTargets.Field | AttributeTargets.Parameter | AttributeTargets.ReturnValue)]
6  {
7  }
8 }
Instructs the T:System.Xml.Serialization.XmlSerializer not to serialize the public field or public re...
Represents the base class for custom attributes.
Definition: Attribute.cs:15
AttributeTargets
Specifies the application elements on which it is valid to apply an attribute.