public ITermFormat BuiltInFunction { get; protected set; }Public Property BuiltInFunction As ITermFormat
Get
Protected Setpublic:
property ITermFormat^ BuiltInFunction {
ITermFormat^ get ();
protected: void set (ITermFormat^ value);
}member BuiltInFunction : ITermFormat with get, set