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