JournalRuleObject.Scope Property

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

Syntax

'Declaration
Public Property Scope As JournalRuleScope
    Get
    Set
'Usage
Dim instance As JournalRuleObject
Dim value As JournalRuleScope

value = instance.Scope

instance.Scope = value
public JournalRuleScope Scope { get; set; }