DiagnosticVisibility Enumeration

Visibility of the diagnostic headers.

Namespace:  Microsoft.Rtc.Signaling
Assembly:  Microsoft.Rtc.Collaboration (in Microsoft.Rtc.Collaboration.dll)

Syntax

'Declaration
Public Enumeration DiagnosticVisibility
'Usage
Dim instance As DiagnosticVisibility
public enum DiagnosticVisibility

Members

Member name Description
SameEnterprise Same enterprise

Same enterpise visibility will restrict diagnostics headers from crossing enterprise boundary.

Public Public diagnostics

Public visibility will have no restriction on diagnostics headers crossing enterprise boundary. This visibility should be used when the diagnostics information should be made available even to federated enterprises.

See Also

Reference

Microsoft.Rtc.Signaling Namespace