Property Property (SortDescription)
In This Topic
Gets or sets which property is used for sorting.
Syntax
'Declaration
Public Property Property As System.String
'Usage
Dim instance As SortDescription
Dim value As System.String
instance.Property = value
value = instance.Property
public System.string Property {get; set;}
public read-write property Property: System.String;
public function get,set Property : System.String
public: __property System.string* get_Property();
public: __property void set_Property(
System.string* value
);
public:
property System.String^ Property {
System.String^ get();
void set ( System.String^ value);
}
See Also