Share via


RewriteTemplateFeature.Title Property

Definition

Gets the title displayed on the client-side user interface for this feature.

public:
 property System::String ^ Title { System::String ^ get(); };
public string Title { get; }
member this.Title : string
Public ReadOnly Property Title As String

Property Value

A string that contains the title displayed on the client-side user interface for this feature.

Remarks

The value of this property is passed to the current instance in the constructor.

Applies to