public int IndentionLevel { get; set; }
Public Property IndentionLevel As Integer
Get
Set
public:
virtual property int IndentionLevel {
int get () sealed;
void set (int value) sealed;
}
abstract IndentionLevel : int with get, set
override IndentionLevel : int with get, set