TestFederationTrust.MonitoringContext Property
Namespace: Microsoft.Exchange.Management.SystemConfigurationTasks
Assembly: Microsoft.Exchange.Management (in Microsoft.Exchange.Management.dll)
Syntax
'Declaration
<ParameterAttribute(Mandatory := False)> _
Public Property MonitoringContext As Boolean
Get
Set
'Usage
Dim instance As TestFederationTrust
Dim value As Boolean
value = instance.MonitoringContext
instance.MonitoringContext = value
[ParameterAttribute(Mandatory = false)]
public bool MonitoringContext { get; set; }
Property Value
Type: System.Boolean