API Reference
Class
AdxShareReadinessSignal
Typed signal used to explain share migration readiness and owner review risk.
Inheritance
- Object
- AdxShareReadinessSignal
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
Accepted by parameters
Constructors
public AdxShareReadinessSignal() #Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object
Properties
public AdxShareReadinessSignalKind Kind { get; set; } #Signal kind.
public AdxShareReadinessSignalSeverity Severity { get; set; } #Signal severity.
public String ComputerName { get; set; } #Computer hosting the share.
public String Path { get; set; } #Path involved in the signal, when available.
public String IdentityKey { get; set; } #Identity involved in the signal, when available.
public String Code { get; set; } #Source code or typed subcategory for the signal.
public String Message { get; set; } #Human-readable message for downstream operator surfaces.