XdsObjects Help file
XdsObjects Namespace / XdsQueryRequest Class / AssociationUUID Property



In This Topic
    AssociationUUID Property
    In This Topic
    The UUIDs of the associations requested
    Syntax
    Public Property AssociationUUID As XdsObjectRefList
    Dim instance As XdsQueryRequest
    Dim value As XdsObjectRefList
     
    instance.AssociationUUID = value
     
    value = instance.AssociationUUID
    public XdsObjectRefList AssociationUUID {get; set;}
    public:
    property XdsObjectRefList^ AssociationUUID {
       XdsObjectRefList^ get();
       void set (    XdsObjectRefList^ 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