'Declaration
Public Property RetrieveType As RetrieveType
'Usage
Dim instance As QueryReceivedArgs Dim value As RetrieveType instance.RetrieveType = value value = instance.RetrieveType
public RetrieveType RetrieveType {get; set;}
public read-write property RetrieveType: RetrieveType;
public function get,set RetrieveType : RetrieveType
public: __property RetrieveType get_RetrieveType(); public: __property void set_RetrieveType( RetrieveType value );
public: property RetrieveType RetrieveType { RetrieveType get(); void set ( RetrieveType value); }