[DefaultValueAttribute(null)]
public string StringFormat { get; set; }
<DefaultValueAttribute(Nothing)>
Public Property StringFormat As String
Get
Set
public:
[DefaultValueAttribute(nullptr)]
property String^ StringFormat {
String^ get ();
void set (String^ value);
}
[<DefaultValueAttribute(null)>]
member StringFormat : string with get, set