EventLogRecord.ActivityId 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得含有事件之執行中活動的全域唯一識別項 (GUID)。 這可以讓消費者將相關的活動分組。
public:
virtual property Nullable<Guid> ActivityId { Nullable<Guid> get(); };
public override Guid? ActivityId { get; }
member this.ActivityId : Nullable<Guid>
Public Overrides ReadOnly Property ActivityId As Nullable(Of Guid)
屬性值
傳回 GUID 值。