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