Share via


ActivitySettingsPart.ThisPage Property

This API is currently not supported.

Namespace: Microsoft.IdentityManagement.WebUI.Controls
Assembly: Microsoft.IdentityManagement.WFExtensionInterfaces (in microsoft.identitymanagement.wfextensioninterfaces.dll)

Usage

'Usage
Dim value As Page

value = Me.ThisPage

Syntax

'Declaration
Protected ReadOnly Property ThisPage As Page
protected Page ThisPage { get; }
protected:
property Page^ ThisPage {
    Page^ get ();
}
/** @property */
protected Page get_ThisPage ()
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

Reference

ActivitySettingsPart Class
ActivitySettingsPart Members
Microsoft.IdentityManagement.WebUI.Controls Namespace