Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets or sets the text that is displayed in the header.
Namespace: Microsoft.WindowsServerSolutions.Web.Extensibility
Assembly: Wssg.Web (in Wssg.Web.dll)
Syntax
public string HeaderText { get; set; }
public:
property String^ HeaderText {
String^ get();
void set(String^ value);
}
Public Property HeaderText As String
Property Value
Type: System.String
An instance of String that contains the header text.
See Also
ContentPageInfo Class
Microsoft.WindowsServerSolutions.Web.Extensibility Namespace
Return to top