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

Remarks

The ConfigString property stores different information depending on the log provider requirements.

If you are creating a log provider that connects to an external data source, you should use this property to hold the name of the ConnectionManager that connects to the external data source.

During the Validate method, you should ensure this property contains valid configuration information.

Applies to