XdsObjects Help file
XdsObjects Namespace / XdsQueryRequest Class / FolderEntryUUID Property



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