Rule.Actions property
Namespace: Microsoft.Exchange.MessagingPolicies.Rules.Tasks
Assembly: Microsoft.Exchange.Management (in Microsoft.Exchange.Management.dll)
Syntax
'Declaration
Public Property Actions As TransportRuleAction()
Get
Set
'Usage
Dim instance As Rule
Dim value As TransportRuleAction()
value = instance.Actions
instance.Actions = value
public TransportRuleAction[] Actions { get; set; }
Property value
Type: []