HttpRequestWrapper.AnonymousID Property

Definition

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

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

Property Value

The current anonymous user identifier.

Applies to