LogProviderEventLogClass.CreationName 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得執行階段用來建立記錄提供者執行個體的字串。
public:
virtual property System::String ^ CreationName { System::String ^ get(); };
public virtual string CreationName { get; }
member this.CreationName : string
Public Overridable ReadOnly Property CreationName As String
屬性值
字串,其中包含記錄提供者的識別碼 (GUID) 名稱。
實作
備註
如需詳細資訊,請參閱LogProvider。