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