This API is currently not supported.
Namespace: Microsoft.IdentityManagement.WebUI.Controls
Assembly: Microsoft.IdentityManagement.WFExtensionInterfaces (in microsoft.identitymanagement.wfextensioninterfaces.dll)

Usage

Visual Basic
Dim value As Page

value = Me.ThisPage

Syntax

Visual Basic
Protected ReadOnly Property ThisPage As Page
C#
protected Page ThisPage { get; }
C++
protected:
property Page^ ThisPage {
		Page^ get ();
}
J#
/** @property */
protected Page get_ThisPage ()
JScript
protected function get ThisPage () : Page

Property Value

Returns Page.

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

Target Platforms

Windows 2008 x64 Edition

See Also