CimOperationFlags Enum  
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
This enumeration supports a bitwise combination of its member values.
public enum class CimOperationFlags
	public enum class CimOperationFlags
	enum CimOperationFlags
	[System.Flags]
public enum CimOperationFlags
	[<System.Flags>]
type CimOperationFlags = 
	Public Enum CimOperationFlags
		- Inheritance
 - 
				CimOperationFlags
 
- Attributes
 
Fields
| Name | Value | Description | 
|---|---|---|
| None | 0 | |
| BasicTypeInformation | 2 | |
| FullTypeInformation | 4 | |
| LocalizedQualifiers | 8 | |
| ExpensiveProperties | 64 | |
| PolymorphismShallow | 128 | |
| PolymorphismDeepBasePropsOnly | 384 | |
| ReportOperationStarted | 512 | |
| NoTypeInformation | 1024 | |
| StandardTypeInformation | 2048 |