[CanBeNullAttribute]
string TreeGroup { get; set; }
<CanBeNullAttribute>
Property TreeGroup As String
Get
Set
[CanBeNullAttribute]
property String^ TreeGroup {
String^ get ();
void set (String^ value);
}
[<CanBeNullAttribute>]
abstract TreeGroup : string with get, set