XdsObjects Help file
XdsObjects Namespace / XdsAssociation Class / Type Property



In This Topic
    Type Property
    In This Topic
    The type of the association.
    Syntax
    Public Property Type As AssociationType
    Dim instance As XdsAssociation
    Dim value As AssociationType
     
    instance.Type = value
     
    value = instance.Type
    public AssociationType Type {get; set;}
    public:
    property AssociationType Type {
       AssociationType get();
       void set (    AssociationType value);
    }
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also