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