GetModuleCommand.CimResourceUri Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
- Attributes