AlertCreationInformation.AlertTemplateName property
Namespace: Microsoft.SharePoint.Client
Assembly: Microsoft.SharePoint.Client (in Microsoft.SharePoint.Client.dll)
Syntax
'Declaration
Public Property AlertTemplateName As String
Get
Set
'Usage
Dim instance As AlertCreationInformation
Dim value As String
value = instance.AlertTemplateName
instance.AlertTemplateName = value
public string AlertTemplateName { get; set; }
Property value
Type: System.String
See also
Reference
AlertCreationInformation class