Share via


RemoveCimInstanceCommand.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(ValueFromPipelineByPropertyName = true, ParameterSetName = "CimInstanceComputerSet")]
[ParameterAttribute(ValueFromPipelineByPropertyName = true, ParameterSetName = "CimInstanceSessionSet")]
public Uri ResourceUri { get; set; }
public:
[ParameterAttribute(ValueFromPipelineByPropertyName = true, ParameterSetName = "CimInstanceComputerSet")]
[ParameterAttribute(ValueFromPipelineByPropertyName = true, ParameterSetName = "CimInstanceSessionSet")]
property Uri^ ResourceUri {
    Uri^ get();
    void set(Uri^ value);
}
[<ParameterAttribute(ValueFromPipelineByPropertyName = true, ParameterSetName = "CimInstanceComputerSet")>]
[<ParameterAttribute(ValueFromPipelineByPropertyName = true, ParameterSetName = "CimInstanceSessionSet")>]
member ResourceUri : Uri with get, set
<ParameterAttribute(ValueFromPipelineByPropertyName := True, ParameterSetName := "CimInstanceComputerSet")>
<ParameterAttribute(ValueFromPipelineByPropertyName := True, ParameterSetName := "CimInstanceSessionSet")>
Public Property ResourceUri As Uri

Property Value

Type: System.Uri

Returns Uri.

See Also

RemoveCimInstanceCommand Class
Microsoft.Management.Infrastructure.CimCmdlets Namespace

Return to top