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