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