GetWSManInstanceCommand.BasePropertiesOnly 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 "BasePropertiesOnly". Enumerate only those properties that are part of the base class specification in the Resource URI. When Shallow is specified then this flag has no effect.
[System.Management.Automation.Alias(new System.String[] { "UBPO", "Base" })]
[System.Management.Automation.Parameter(ParameterSetName="Enumerate")]
public System.Management.Automation.SwitchParameter BasePropertiesOnly { get; set; }
[<System.Management.Automation.Alias(new System.String[] { "UBPO", "Base" })>]
[<System.Management.Automation.Parameter(ParameterSetName="Enumerate")>]
member this.BasePropertiesOnly : System.Management.Automation.SwitchParameter with get, set
Public Property BasePropertiesOnly As SwitchParameter
Property Value
- Attributes