UserPersonalizationStateInfo::Username Property

 

Gets the user name to which the personalization information for a page applies.

Namespace:   System.Web.UI.WebControls.WebParts
Assembly:  System.Web (in System.Web.dll)

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

Property Value

Type: System::String^

The user name to which the personalization information for a page applies.

You can use the Username property to find statistical personalization state information for a given user.

.NET Framework
Available since 2.0
Return to top
Show: