Rule.ExceptIfFromScope Property

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

Syntax

'Declaration
Public Property ExceptIfFromScope As Nullable(Of FromUserScope)
    Get
    Set
'Usage
Dim instance As Rule
Dim value As Nullable(Of FromUserScope)

value = instance.ExceptIfFromScope

instance.ExceptIfFromScope = value
public Nullable<FromUserScope> ExceptIfFromScope { get; set; }

Property Value

Type: System.Nullable<FromUserScope>