public TermFormat BuiltInVariable { get; set; }Public Property BuiltInVariable As TermFormat
Get
Setpublic:
property TermFormat^ BuiltInVariable {
TermFormat^ get ();
void set (TermFormat^ value);
}member BuiltInVariable : TermFormat with get, set