GetWSManInstanceCommand.ResourceURI 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.
The following is the definition of the input parameter "ResourceURI". URI of the resource class/instance representation.
[System.Management.Automation.Alias(new System.String[] { "RURI" })]
[System.Management.Automation.Parameter(Mandatory=true, Position=0, ValueFromPipeline=true, ValueFromPipelineByPropertyName=true)]
public Uri ResourceURI { get; set; }
[<System.Management.Automation.Alias(new System.String[] { "RURI" })>]
[<System.Management.Automation.Parameter(Mandatory=true, Position=0, ValueFromPipeline=true, ValueFromPipelineByPropertyName=true)>]
member this.ResourceURI : Uri with get, set
Public Property ResourceURI As Uri
Property Value
- Attributes