LogProviderTextFileClass.CreationName Property

Definition

Gets the string used by the runtime to create an instance of the log provider.

public:
 virtual property System::String ^ CreationName { System::String ^ get(); };
public virtual string CreationName { get; }
member this.CreationName : string
Public Overridable ReadOnly Property CreationName As String

Property Value

A string that contains the name of the identifier (GUID) of the log provider.

Implements

Remarks

For more information, see LogProvider.

Applies to