[CanBeNullAttribute]
public string FormatString { get; set; }
<CanBeNullAttribute>
Public Property FormatString As String
Get
Set
public:
[CanBeNullAttribute]
property String^ FormatString {
String^ get ();
void set (String^ value);
}
[<CanBeNullAttribute>]
member FormatString : string with get, set