XdsObjects Help file
XdsObjects Namespace / XdsQueryRequest Class / DocumentEntryEntryUUID Property



DocumentEntryEntryUUID Property
Multiple Values for GetDocuments
Syntax
Public Property DocumentEntryEntryUUID As XdsObjectRefList
Dim instance As XdsQueryRequest
Dim value As XdsObjectRefList
 
instance.DocumentEntryEntryUUID = value
 
value = instance.DocumentEntryEntryUUID
public XdsObjectRefList DocumentEntryEntryUUID {get; set;}
public:
property XdsObjectRefList^ DocumentEntryEntryUUID {
   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