SPAlertTemplate.Xml property
Gets or sets the unlocalized Collaborative Application Markup Language (CAML) definition of the alert template.
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Property Xml As String
Get
Set
'Usage
Dim instance As SPAlertTemplate
Dim value As String
value = instance.Xml
instance.Xml = value
public string Xml { get; set; }
Property value
Type: System.String
The CAML that defines the template.