API Reference
Enum
AdmxSupportLogicType
Logical combination for support entries.
Inheritance
- Enum
- AdmxSupportLogicType
Inherited Methods
public override sealed Int32 CompareTo(Object target) #Returns:
Int32Inherited from Enum
Parameters
- target Object
public override sealed String ToString(String format, IFormatProvider provider) #Returns:
StringInherited from Enum
Obsolete("The provider argument is not used. Use ToString(String) instead.")Parameters
- format String
Values
public const AdmxSupportLogicType Blank #No logic specified (single reference or unspecified).
Value:
0public const AdmxSupportLogicType AnyOf #Any of the referenced products/versions satisfies the definition.
Value:
1public const AdmxSupportLogicType AllOf #All referenced products/versions must apply to satisfy the definition.
Value:
2