Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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