Public Property UUIDList As XdsObjectRefList
Dim instance As XdsQueryRequest Dim value As XdsObjectRefList instance.UUIDList = value value = instance.UUIDList
public XdsObjectRefList UUIDList {get; set;}
public: property XdsObjectRefList^ UUIDList { XdsObjectRefList^ get(); void set ( XdsObjectRefList^ value); }