ImportModuleCommand.CimResourceUri Property

Definition

For interoperability with 3rd party CIM servers, user can specify custom resource URI.

public:
 property Uri ^ CimResourceUri { Uri ^ get(); void set(Uri ^ value); };
public Uri CimResourceUri { get; set; }
[System.Management.Automation.Parameter(Mandatory=false, ParameterSetName="CimSession")]
[System.Management.Automation.ValidateNotNull]
public Uri CimResourceUri { get; set; }
member this.CimResourceUri : Uri with get, set
[<System.Management.Automation.Parameter(Mandatory=false, ParameterSetName="CimSession")>]
[<System.Management.Automation.ValidateNotNull>]
member this.CimResourceUri : Uri with get, set
Public Property CimResourceUri As Uri

Property Value

Uri
Attributes

Applies to