EventLogConfiguration.ProviderControlGuid 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
如果事件記錄檔是偵錯記錄檔,則取得此事件記錄檔的控制項全域唯一識別項 (GUID)。 如果此記錄檔不是偵錯記錄檔,則這個值會是 null
。
public:
property Nullable<Guid> ProviderControlGuid { Nullable<Guid> get(); };
public Guid? ProviderControlGuid { get; }
member this.ProviderControlGuid : Nullable<Guid>
Public ReadOnly Property ProviderControlGuid As Nullable(Of Guid)
屬性值
GUID 值,如果記錄檔不是偵錯記錄檔,則 null
為 。