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