BaseChannelWriter.Keywords 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.
public:
virtual property System::Management::Automation::Tracing::PowerShellTraceKeywords Keywords { System::Management::Automation::Tracing::PowerShellTraceKeywords get(); void set(System::Management::Automation::Tracing::PowerShellTraceKeywords value); };
public virtual System.Management.Automation.Tracing.PowerShellTraceKeywords Keywords { get; set; }
member this.Keywords : System.Management.Automation.Tracing.PowerShellTraceKeywords with get, set
Public Overridable Property Keywords As PowerShellTraceKeywords