XdsObjects Help file
XdsObjects Namespace / XdsQueryRequest Class / AssociationTypes Property



AssociationTypes Property
The types of association requested
Syntax
Public Property AssociationTypes As List(Of AssociationType)
Dim instance As XdsQueryRequest
Dim value As List(Of AssociationType)
 
instance.AssociationTypes = value
 
value = instance.AssociationTypes
public List<AssociationType> AssociationTypes {get; set;}
public:
property List<AssociationType>^ AssociationTypes {
   List<AssociationType>^ get();
   void set (    List<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