public bool IsNode { get; set; }
Public Property IsNode As Boolean
Get
Set
public:
virtual property bool IsNode {
bool get () sealed;
void set (bool value) sealed;
}
abstract IsNode : bool with get, set
override IsNode : bool with get, set