LogProviderHostClass.ConfigString Property

Definition

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); };
public virtual string ConfigString { get; set; }
member this.ConfigString : string with get, set
Public Overridable Property ConfigString As String

Property Value

A string used to configure the log provider.

Implements

Remarks

For more information, see LogProvider.

Applies to