[ Team LiB ] Previous Section Next Section

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

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

This type is used to indicate to the XmlSerializer that the member to which it is applied should be serialized as defined by an XML Schema xsi:choice compositor.

Hierarchy

System.Object System.Attribute XmlChoiceIdentifierAttribute

Valid On

Property, Field, Parameter, ReturnValue

    [ Team LiB ] Previous Section Next Section