HttpRequestBase.AnonymousID Property

Definition

When overridden in a derived class, gets the anonymous identifier for the user, if it is available.

public:
 virtual property System::String ^ AnonymousID { System::String ^ get(); };
public virtual string AnonymousID { get; }
member this.AnonymousID : string
Public Overridable ReadOnly Property AnonymousID As String

Property Value

The current anonymous user identifier.

Exceptions

Applies to