WriteOrThrowErrorCommand.CategoryReason 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.
ErrorRecord.CategoryInfo.Reason.
public:
property System::String ^ CategoryReason { System::String ^ get(); void set(System::String ^ value); };
public:
property Platform::String ^ CategoryReason { Platform::String ^ get(); void set(Platform::String ^ value); };
public string CategoryReason { get; set; }
[System.Management.Automation.Alias(new System.String[] { "Reason" })]
[System.Management.Automation.Parameter]
public string CategoryReason { get; set; }
member this.CategoryReason : string with get, set
[<System.Management.Automation.Alias(new System.String[] { "Reason" })>]
[<System.Management.Automation.Parameter>]
member this.CategoryReason : string with get, set
Public Property CategoryReason As String
Property Value
- Attributes