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 message that is shown on the error page.
Namespace: Microsoft.WindowsServerSolutions.Web
Assembly: Wssg.Web (in Wssg.Web.dll)
Syntax
public string ErrorPageMessage { get; set; }
public:
property String^ ErrorPageMessage {
String^ get();
void set(String^ value);
}
Public Property ErrorPageMessage As String
Property Value
Type: System.String
An instance of String that contains the error code.
See Also
RemoteAccessException Class
Microsoft.WindowsServerSolutions.Web Namespace
Return to top