FormatHex.Raw Property

Definition

Caution

Raw parameter is deprecated.

Gets or sets whether the file input should be swallowed as is. This parameter is no-op, deprecated.

[System.Management.Automation.Parameter(DontShow=true, ParameterSetName="ByInputObject")]
[System.Obsolete("Raw parameter is deprecated.", true)]
public System.Management.Automation.SwitchParameter Raw { get; set; }
[<System.Management.Automation.Parameter(DontShow=true, ParameterSetName="ByInputObject")>]
[<System.Obsolete("Raw parameter is deprecated.", true)>]
member this.Raw : System.Management.Automation.SwitchParameter with get, set
Public Property Raw As SwitchParameter

Property Value

Attributes

Applies to