API Reference
Class
Microsoft365ServiceDetection
Single typed Microsoft 365 service detection.
Inheritance
- Object
- Microsoft365ServiceDetection
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
- Property Microsoft365TenantAnalysis.Services
- Property Microsoft365TenantInfo.Services
Constructors
public Microsoft365ServiceDetection() #Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object
Properties
public Microsoft365ServiceKind Kind { get; set; } #Gets or sets the kind value.
public Microsoft365DetectionStatus Status { get; set; } #Gets or sets the status value.
public Microsoft365DetectionConfidence Confidence { get; set; } #Gets or sets the confidence value.
public Microsoft365ServiceEvidenceSourceKind EvidenceSource { get; set; } #Gets or sets the evidence source value.
public Boolean TenantContextBoosted { get; set; } #Gets or sets the tenant context boosted value.
public IReadOnlyList<String> Evidence { get; set; } #Gets or sets the evidence value.