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