Gets or sets the document title.
Namespace: Composite.AspNetAssembly: Composite (in Composite.dll) Version: 5.3.6135.33083
Syntax
C# |
---|
public string DocumentTitle { get; protected set; } |
Visual Basic |
---|
Public Property DocumentTitle As String Get Protected Set |
Visual C++ |
---|
public: property String^ DocumentTitle { String^ get (); protected: void set (String^ value); } |