EventLogLink.LogName Property

Definition

Gets the non-localized name of the event log associated with this object.

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

Property Value

Returns a string that contains the non-localized name of the event log associated with this object.

Applies to

See also