CimOperationOptions.ResourceUri Property
Gets or sets the resource URI.
Namespace: Microsoft.Management.Infrastructure.Options
Assembly: Microsoft.Management.Infrastructure (in Microsoft.Management.Infrastructure.dll)
Syntax
public Uri ResourceUri { get; set; }
public:
property Uri^ ResourceUri {
Uri^ get();
void set(Uri^ value);
}
member ResourceUri : Uri with get, set
Public Property ResourceUri As Uri
Property Value
Type: System.Uri
The resource URI.
See Also
CimOperationOptions Class
Microsoft.Management.Infrastructure.Options Namespace
Return to top