SetTraceSourceCommand.Option 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 flags to be set on the TraceSource.
public:
property System::Management::Automation::PSTraceSourceOptions Option { System::Management::Automation::PSTraceSourceOptions get(); void set(System::Management::Automation::PSTraceSourceOptions value); };
public System.Management.Automation.PSTraceSourceOptions Option { get; set; }
[System.Management.Automation.Parameter(ParameterSetName="optionsSet", Position=1, ValueFromPipelineByPropertyName=true)]
public System.Management.Automation.PSTraceSourceOptions Option { get; set; }
member this.Option : System.Management.Automation.PSTraceSourceOptions with get, set
[<System.Management.Automation.Parameter(ParameterSetName="optionsSet", Position=1, ValueFromPipelineByPropertyName=true)>]
member this.Option : System.Management.Automation.PSTraceSourceOptions with get, set
Public Property Option As PSTraceSourceOptions
Property Value
- Attributes