Share via


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

Reference

Rule class

Rule members

Microsoft.Exchange.MessagingPolicies.Rules.Tasks namespace