GetWSManInstanceCommand.Shallow 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.
The following is the definition of the input parameter "Shallow". Enumerate only instances of the base class specified in the resource URI. If this flag is not specified, instances of the base class specified in the URI and all its derived classes are returned.
[System.Management.Automation.Parameter(ParameterSetName="Enumerate")]
public System.Management.Automation.SwitchParameter Shallow { get; set; }
[<System.Management.Automation.Parameter(ParameterSetName="Enumerate")>]
member this.Shallow : System.Management.Automation.SwitchParameter with get, set
Public Property Shallow As SwitchParameter
Property Value
- Attributes