PowerShellTraceSource.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.
Keywords that were set through constructor when object was instantiated
public:
property System::Management::Automation::Tracing::PowerShellTraceKeywords Keywords { System::Management::Automation::Tracing::PowerShellTraceKeywords get(); };
public System.Management.Automation.Tracing.PowerShellTraceKeywords Keywords { get; }
member this.Keywords : System.Management.Automation.Tracing.PowerShellTraceKeywords
Public ReadOnly Property Keywords As PowerShellTraceKeywords