XdsObjects Help file
XdsObjects Namespace / XdsQueryResponse Class / ReturnedAssociations Property



In This Topic
    ReturnedAssociations Property
    In This Topic
    List of Associations returned by the query
    Syntax
    Public ReadOnly Property ReturnedAssociations As List(Of XdsAssociation)
    Dim instance As XdsQueryResponse
    Dim value As List(Of XdsAssociation)
     
    value = instance.ReturnedAssociations
    public List<XdsAssociation> ReturnedAssociations {get;}
    public:
    property List<XdsAssociation^>^ ReturnedAssociations {
       List<XdsAssociation^>^ get();
    }
    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