XdsObjects Help file
XdsObjects Namespace / XdsRetrieveItem Class / DocumentUniqueID Property



DocumentUniqueID Property
The Unique ID (see UniqueID - not the UUID of the document being requested.
Syntax
Public Property DocumentUniqueID As String
Dim instance As XdsRetrieveItem
Dim value As String
 
instance.DocumentUniqueID = value
 
value = instance.DocumentUniqueID
public string DocumentUniqueID {get; set;}
public:
property String^ DocumentUniqueID {
   String^ get();
   void set (    String^ 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