GetCimAssociatedInstanceCommand.Association 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 "Association". Specifies the class name of the association to be traversed from the SourceRole to AssociatorRole.
public string Association { get; set; }
[System.Management.Automation.Parameter(Position=1, ValueFromPipelineByPropertyName=true)]
public string Association { get; set; }
member this.Association : string with get, set
[<System.Management.Automation.Parameter(Position=1, ValueFromPipelineByPropertyName=true)>]
member this.Association : string with get, set
Public Property Association As String
Property Value
- Attributes