WebThreadInformation::ThreadAccountName Property

 

Gets the thread account name.

Namespace:   System.Web.Management
Assembly:  System.Web (in System.Web.dll)

public:
property String^ ThreadAccountName {
	String^ get();
}

Property Value

Type: System::String^

The thread account name.

The account returned by this property might be arbitrary if the thread is executing in impersonation mode.

The following code example shows how to get the thread account name.

No code example is currently available or this language may not be supported.

.NET Framework
Available since 2.0
Return to top
Show: