CimOperationOptions.Flags Property
Gets or sets operation flags.
Namespace: Microsoft.Management.Infrastructure.Options
Assembly: Microsoft.Management.Infrastructure (in Microsoft.Management.Infrastructure.dll)
Syntax
public CimOperationFlags Flags { get; set; }
public:
property CimOperationFlags Flags {
CimOperationFlags get();
void set(CimOperationFlags value);
}
member Flags : CimOperationFlags with get, set
Public Property Flags As CimOperationFlags
Property Value
Type: Microsoft.Management.Infrastructure.Options.CimOperationFlags
The operation flags.
See Also
CimOperationOptions Class
Microsoft.Management.Infrastructure.Options Namespace
Return to top