'Declaration
Public ReadOnly Property Title As System.String
'Usage
Dim instance As HeaderTemplateCell Dim value As System.String value = instance.Title
public System.string Title {get;}
public read-only property Title: System.String;
public function get Title : System.String
public: __property System.string* get_Title();
public: property System.String^ Title { System.String^ get(); }