API Reference
Enum
GpoAnalysisUnknownCandidateMatchKind
Describes how an ADMX policy candidate matched an unmapped registry value.
Inheritance
- Enum
- GpoAnalysisUnknownCandidateMatchKind
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 GpoAnalysisUnknownCandidateMatchKind ExactKeyAndValue #Registry key and value name matched the policy definition exactly.
Value:
0public const GpoAnalysisUnknownCandidateMatchKind KeyPrefixAndValue #Registry key was a parent prefix of the unknown key and value name matched.
Value:
1public const GpoAnalysisUnknownCandidateMatchKind ExactKeyOnly #Registry key matched the policy definition (value name differs or is unknown).
Value:
2public const GpoAnalysisUnknownCandidateMatchKind KeyPrefixOnly #Registry key was a parent prefix of the unknown key (value name differs or is unknown).
Value:
3