XdsObjects Help file
XdsObjects Namespace / XdsQueryRequest Class / FolderUniqueId Property



In This Topic
    FolderUniqueId Property
    In This Topic
    Optional, Multiple Values for GetFolders Either FolderEntryUUID or FolderUniqueId shall be specified.
    Syntax
    Public Property FolderUniqueId As XdsObjectRefList
    Dim instance As XdsQueryRequest
    Dim value As XdsObjectRefList
     
    instance.FolderUniqueId = value
     
    value = instance.FolderUniqueId
    public XdsObjectRefList FolderUniqueId {get; set;}
    public:
    property XdsObjectRefList^ FolderUniqueId {
       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