RemoveEventLogCommand.Source Property

Definition

The following is the definition of the input parameter "RemoveSource". Specifies either to remove the event log and and associated source or source. alone. When this parameter is not specified, the cmdlet uses Delete Method which clears the eventlog and also the source associated with it. When this parameter value is true, then this cmdlet uses DeleteEventSource Method to delete the Source alone.

public string[] Source { get; set; }
member this.Source : string[] with get, set
Public Property Source As String()

Property Value

String[]

Applies to