LogProviderEventLogClass.ConfigString 屬性

定義

取得或設定用來設定記錄提供者的字串。

public:
 virtual property System::String ^ ConfigString { System::String ^ get(); void set(System::String ^ value); };
[System.Runtime.InteropServices.DispId(1610743808)]
public virtual string ConfigString { [System.Runtime.InteropServices.DispId(1610743808)] get; [System.Runtime.InteropServices.DispId(1610743808)] set; }
[<System.Runtime.InteropServices.DispId(1610743808)>]
[<get: System.Runtime.InteropServices.DispId(1610743808)>]
[<set: System.Runtime.InteropServices.DispId(1610743808)>]
member this.ConfigString : string with get, set
Public Overridable Property ConfigString As String

屬性值

String

用來設定記錄提供者的字串。

實作

屬性

備註

如需詳細資訊,請參閱LogProvider

適用於