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