SignOutPage.SignOutMessages Property

Provides the list of signout messages that can be displayed on the webpage.

Namespace: Microsoft.IdentityServer.Web.UI
Assembly: Microsoft.IdentityServer (in Microsoft.IdentityServer)

Usage

'Usage
Dim value As DataTable

value = Me.SignOutMessages

Syntax

'Declaration
Protected ReadOnly Property SignOutMessages As DataTable
protected DataTable SignOutMessages { get; }
protected:
property DataTable^ SignOutMessages {
    DataTable^ get ();
}
/** @property */
protected DataTable get_SignOutMessages ()
protected function get SignOutMessages () : DataTable

Exceptions

Exception type Condition

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

Development Platforms

Windows Server 2008, Windows Server 2008 R2

Target Platforms

Windows Server 2008, Windows Server 2008 R2

See Also

Reference

SignOutPage Class
SignOutPage Members
Microsoft.IdentityServer.Web.UI Namespace