UserContext.Id 属性

定义

获取或设置访问应用程序的用户的 ID。

public:
 property System::String ^ Id { System::String ^ get(); void set(System::String ^ value); };
public string Id { get; set; }
member this.Id : string with get, set
Public Property Id As String

属性值

String

注解

默认情况下,Application Insights 配置中自动生成唯一的用户 ID。

适用于