SelectStringCommand.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.
Gets or sets a value indicating if only string values containing matched lines should be returned. If not (default) return MatchInfo (or bool objects, when Quiet is passed).
[System.Management.Automation.Parameter(Mandatory=true, ParameterSetName="FileRaw")]
[System.Management.Automation.Parameter(Mandatory=true, ParameterSetName="LiteralFileRaw")]
[System.Management.Automation.Parameter(Mandatory=true, ParameterSetName="ObjectRaw")]
public System.Management.Automation.SwitchParameter Raw { get; set; }
[<System.Management.Automation.Parameter(Mandatory=true, ParameterSetName="FileRaw")>]
[<System.Management.Automation.Parameter(Mandatory=true, ParameterSetName="LiteralFileRaw")>]
[<System.Management.Automation.Parameter(Mandatory=true, ParameterSetName="ObjectRaw")>]
member this.Raw : System.Management.Automation.SwitchParameter with get, set
Public Property Raw As SwitchParameter
Property Value
- Attributes