ErrorPage.ActivityId Property

Active Directory Federation Services 2.0
Gets the activityId associated with the request that is currently being processed.


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

'Usage
Dim value As String

value = Me.ActivityId

protected:
property String^ ActivityId {
	String^ get ();
}
/** @property */
protected String get_ActivityId ()

protected function get ActivityId () : String

Property Value

A string representation of the activityId.

The activityId is written to the Correlation Id of events associated with the request in the Event Log on the AD FS 2.0 server. On the default error page, it is displayed along with a message to contact the administrator for more information. For more information about the ErrorPage class and a code sample, see ErrorPage Class Overview.


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

Development Platforms

Windows Server 2008, Windows Server 2008 R2

Target Platforms

Windows Server 2008, Windows Server 2008 R2



Community Additions

Show: