RuleIdParameter Constructor (ADObjectId)
Intitializes a new instance of the RuleIdParameter class with the specified Active Directory object identifier.
Namespace: Microsoft.Exchange.MessagingPolicies.Rules.Tasks
Assembly: Microsoft.Exchange.Management (in Microsoft.Exchange.Management.dll)
Syntax
'Declaration
Public Sub New ( _
adObjectId As ADObjectId _
)
'Usage
Dim adObjectId As ADObjectId
Dim instance As New RuleIdParameter(adObjectId)
public RuleIdParameter(
ADObjectId adObjectId
)
Parameters
- adObjectId
Type: Microsoft.Exchange.Data.Directory.ADObjectId
The Active Directory object identifier for the transport rule.