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