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>
See Also