XdsObjects Help file
XdsObjects Namespace / XdsRetrieveItem Class / RepositoryUniqueID Property



In This Topic
    RepositoryUniqueID Property (XdsRetrieveItem)
    In This Topic
    The UniqueID of the repository holding the document. In XDS use, this must be the same for all XdsRerieveItems in the XdsRetrieveRequest, but in XCA use, it may vary, provided that that the HomeCommunityID value is the same.
    Syntax
    Public Property RepositoryUniqueID As String
    Dim instance As XdsRetrieveItem
    Dim value As String
     
    instance.RepositoryUniqueID = value
     
    value = instance.RepositoryUniqueID
    public string RepositoryUniqueID {get; set;}
    public:
    property String^ RepositoryUniqueID {
       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