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 flag that determines whether to use computer identification information in the operation request.
Namespace: Microsoft.Management.Infrastructure.Options
Assembly: Microsoft.Management.Infrastructure (in Microsoft.Management.Infrastructure.dll)
Syntax
public bool UseMachineId { get; set; }
public:
property bool UseMachineId {
bool get();
void set(bool value);
}
member UseMachineId : bool with get, set
Public Property UseMachineId As Boolean
Property Value
Type: System.Boolean
True to use computer identification information in the operation request; otherwise False.
See Also
CimOperationOptions Class
Microsoft.Management.Infrastructure.Options Namespace
Return to top