Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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)
Available in Sandboxed Solutions: Yes
Available in SharePoint Online
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.