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