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