GetCimAssociatedInstanceCommand.KeyOnly 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 "KeyOnly". Indicates that only key properties of the retrieved instances should be returned to the client.
public System.Management.Automation.SwitchParameter KeyOnly { get; set; }
[System.Management.Automation.Parameter]
public System.Management.Automation.SwitchParameter KeyOnly { get; set; }
member this.KeyOnly : System.Management.Automation.SwitchParameter with get, set
[<System.Management.Automation.Parameter>]
member this.KeyOnly : System.Management.Automation.SwitchParameter with get, set
Public Property KeyOnly As SwitchParameter
Property Value
- Attributes