[CanBeNullAttribute]
public string FormatTitle { get; }
<CanBeNullAttribute>
Public ReadOnly Property FormatTitle As String
Get
public:
[CanBeNullAttribute]
property String^ FormatTitle {
String^ get ();
}
[<CanBeNullAttribute>]
member FormatTitle : string with get