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