[ Team LiB ] Previous Section Next Section

SoapEnumAttributeSystem.Xml.Serialization (system.xml.dll) CF 1.0  class 

public class SoapEnumAttribute : Attribute {
// Public Constructors
   public SoapEnumAttribute( );  
   public SoapEnumAttribute( string name);  
// Public Instance Properties
   public string Name{set; get; } 
}

This attribute is used to change the name of an enumeration values that should be serialized as SOAP. Its Name property specifies the name that should be serialized rather than using the name of the enumeration value. Like all the SOAP attributes, it can be applied in code or via the SoapAttributeOverrides object.

Hierarchy

System.Object System.Attribute SoapEnumAttribute

Valid On

Field

    [ Team LiB ] Previous Section Next Section