LogProviderEventLogClass.ConfigString Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets a string used to configure the log provider.
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
Property Value
A string used to configure the log provider.
Implements
- Attributes
Remarks
For more information, see LogProvider.