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