LogProviderTextFileClass.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

속성 값

로그 공급자를 구성하는 데 사용되는 문자열입니다.

구현

특성

설명

자세한 내용은 LogProvider를 참조하세요.

적용 대상