Rule.ApplyRightsProtectionTemplate Property

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

Syntax

'Declaration
Public Property ApplyRightsProtectionTemplate As RmsTemplateIdentity
    Get
    Set
'Usage
Dim instance As Rule
Dim value As RmsTemplateIdentity

value = instance.ApplyRightsProtectionTemplate

instance.ApplyRightsProtectionTemplate = value
public RmsTemplateIdentity ApplyRightsProtectionTemplate { get; set; }