Share via


GetCimAssociatedInstanceCommand.ResultClassName Property

 

Gets and sets the ResultClassName parameter, which specifies the class name of the associated instances. A CIM instance can be associated with one or more CIM instances. All associated CIM instances are returned if you do not specify the result class name. By default, the value of this parameter is null, which means all associated CIM instances will be returned.

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

Syntax

[ParameterAttribute]
public string ResultClassName { get; set; }
public:
[ParameterAttribute]
property String^ ResultClassName {
    String^ get();
    void set(String^ value);
}
[<ParameterAttribute>]
member ResultClassName : string with get, set
<ParameterAttribute>
Public Property ResultClassName As String

Property Value

Type: System.String

Returns String.

See Also

GetCimAssociatedInstanceCommand Class
Microsoft.Management.Infrastructure.CimCmdlets Namespace

Return to top