共用方式為


HttpRequestWrapper.AnonymousID 屬性

定義

取得使用者的匿名識別項 (如果有的話)。

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

屬性值

String

目前的匿名使用者識別項。

適用於