SetCimInstanceCommand.ResourceUri Property
Gets and sets the ResourceUri parameter, which specifes the 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
SetCimInstanceCommand Class
Microsoft.Management.Infrastructure.CimCmdlets Namespace
Return to top