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.
Indicates whether the content page uses the standard master page layout.
Namespace: Microsoft.WindowsServerSolutions.Web
Assembly: Wssg.Web (in Wssg.Web.dll)
Syntax
protected virtual bool UseStandardMasterPage { get; }
protected:
property bool UseStandardMasterPage {
virtual bool get();
}
Protected Overridable ReadOnly Property UseStandardMasterPage As Boolean
Property Value
Type: System.Boolean
true if the content page uses the standard master page layout; otherwise, false.
See Also
ContentPage Class
Microsoft.WindowsServerSolutions.Web Namespace
Return to top