FormatHex.Raw 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.
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