XdsObjects Help file
XdsObjects Namespace / XdsQueryRequest Class / UUIDList Property



UUIDList Property
List of UUIDs. Used in GetAssociations and GetSubmissionSets queries
Syntax
Public Property UUIDList As XdsObjectRefList
Dim instance As XdsQueryRequest
Dim value As XdsObjectRefList
 
instance.UUIDList = value
 
value = instance.UUIDList
public XdsObjectRefList UUIDList {get; set;}
public:
property XdsObjectRefList^ UUIDList {
   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