Gets or sets the property formatter used when converting between attribute strings
and typed property values.
Namespace: SimolAssembly: Simol (in Simol.dll) Version: 1.0.0.0
Syntax
C# |
---|
public PropertyFormatter Formatter { get; private set; } |
Visual Basic |
---|
Public Property Formatter As PropertyFormatter Get Private Set |
Visual C++ |
---|
public: property PropertyFormatter^ Formatter { PropertyFormatter^ get (); private: void set (PropertyFormatter^ value); } |