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); }