Gets or sets the custom formatter.
Namespace: SimolAssembly: Simol (in Simol.dll) Version: 1.0.0.0
Syntax
C# |
---|
public ITypeFormatter Formatter { get; private set; } |
Visual Basic |
---|
Public Property Formatter As ITypeFormatter Get Private Set |
Visual C++ |
---|
public: property ITypeFormatter^ Formatter { ITypeFormatter^ get (); private: void set (ITypeFormatter^ value); } |