Share via


GetCimAssociatedInstanceCommand.ResourceUri Property

 

Gets and sets the ResourceUri parameter, which defines the resource URI for which the instances are retrieved.

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

Syntax

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

Property Value

Type: System.Uri

Returns Uri.

See Also

GetCimAssociatedInstanceCommand Class
Microsoft.Management.Infrastructure.CimCmdlets Namespace

Return to top