API Reference
Class
UsageTelemetryScopeSummary
Plain-language local-vs-online scope explanation for provider telemetry.
Inheritance
- Object
- UsageTelemetryScopeSummary
Constructors
public UsageTelemetryScopeSummary(String localScopeText, String onlineScopeText, String differenceText) #Initializes a new scope summary.
Parameters
- localScopeText System.String
- onlineScopeText System.String
- differenceText System.String
Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object
Properties
public String LocalScopeText { get; } #Gets the local telemetry scope text.
public String OnlineScopeText { get; } #Gets the online/live account scope text.
public String DifferenceText { get; } #Gets the provider-specific explanation for why local and online views can differ.
public Boolean HasAnyText { get; } #Gets a value indicating whether any scope text is available.