RmsTemplateIdentity Constructor (Guid, String)
Namespace: Microsoft.Exchange.Data.RightsManagement
Assembly: Microsoft.Exchange.Data (in Microsoft.Exchange.Data.dll)
Syntax
'Declaration
Public Sub New ( _
templateId As Guid, _
templateName As String _
)
'Usage
Dim templateId As Guid
Dim templateName As String
Dim instance As New RmsTemplateIdentity(templateId, _
templateName)
public RmsTemplateIdentity(
Guid templateId,
string templateName
)