RemoveEventLogCommand.Source Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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()