public int Sort { get; set; }
Public Property Sort As Integer Get Set
public: property int Sort { int get (); void set (int value); }
member Sort : int with get, set
In This Article