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