ClientFormsIdentity::Name Property

 

Gets the name of the user.

Namespace:   System.Web.ClientServices
Assembly:  System.Web.Extensions (in System.Web.Extensions.dll)

public:
property String^ Name {
	virtual String^ get() sealed;
}

Property Value

Type: System::String^

The name of the user.

Implements

IIdentity::Name

.NET Framework
Available since 3.5
Return to top
Show: