API Reference
Enum
DetectedDnsAppEvidenceKind
Evidence source used for a detected DNS application.
Inheritance
- Enum
- DetectedDnsAppEvidenceKind
Usage
This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.
Returned or exposed by
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 DetectedDnsAppEvidenceKind Unknown #Provides microsoft365 service detection functionality.
Value:
0public const DetectedDnsAppEvidenceKind TxtRecord #Provides microsoft365 service detection functionality.
Value:
1public const DetectedDnsAppEvidenceKind MxRecord #Provides microsoft365 service detection functionality.
Value:
2public const DetectedDnsAppEvidenceKind NsRecord #Provides microsoft365 service detection functionality.
Value:
3public const DetectedDnsAppEvidenceKind CnameRecord #Provides microsoft365 service detection functionality.
Value:
4public const DetectedDnsAppEvidenceKind Subdomain #Provides microsoft365 service detection functionality.
Value:
5