HttpRequestWrapper::AnonymousID Property

 

Gets the anonymous identifier for the user, if it is available.

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

public:
property String^ AnonymousID {
	virtual String^ get() override;
}

Property Value

Type: System::String^

The current anonymous user identifier.

.NET Framework
Available since 3.5
Return to top
Show: