Share via


GetCimAssociatedInstanceCommand.Association Property

 

Gets and sets the Association parameter, which specifies the class name of the association to be traversed from the SourceRole to AssociatorRole.

Namespace:   Microsoft.Management.Infrastructure.CimCmdlets
Assembly:  Microsoft.Management.Infrastructure.CimCmdlets (in Microsoft.Management.Infrastructure.CimCmdlets.dll)

Syntax

[ParameterAttribute(Position = 1, ValueFromPipelineByPropertyName = true)]
public string Association { get; set; }
public:
[ParameterAttribute(Position = 1, ValueFromPipelineByPropertyName = true)]
property String^ Association {
    String^ get();
    void set(String^ value);
}
[<ParameterAttribute(Position = 1, ValueFromPipelineByPropertyName = true)>]
member Association : string with get, set
<ParameterAttribute(Position := 1, ValueFromPipelineByPropertyName := True)>
Public Property Association As String

Property Value

Type: System.String

Returns String.

See Also

GetCimAssociatedInstanceCommand Class
Microsoft.Management.Infrastructure.CimCmdlets Namespace

Return to top