Rule.ExceptIfSCLOver property
Namespace: Microsoft.Exchange.MessagingPolicies.Rules.Tasks
Assembly: Microsoft.Exchange.Management (in Microsoft.Exchange.Management.dll)
Syntax
'Declaration
Public Property ExceptIfSCLOver As Nullable(Of SclValue)
Get
Set
'Usage
Dim instance As Rule
Dim value As Nullable(Of SclValue)
value = instance.ExceptIfSCLOver
instance.ExceptIfSCLOver = value
public Nullable<SclValue> ExceptIfSCLOver { get; set; }
Property value
Type: System.Nullable<SclValue>