JournalRuleObject.RuleType Property

Namespace:  Microsoft.Exchange.MessagingPolicies.Journaling
Assembly:  Microsoft.Exchange.Management (in Microsoft.Exchange.Management.dll)

Syntax

'Declaration
Public Property RuleType As JournalRuleType
    Get
    Set
'Usage
Dim instance As JournalRuleObject
Dim value As JournalRuleType

value = instance.RuleType

instance.RuleType = value
public JournalRuleType RuleType { get; set; }