Share via


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)
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.

See Also

Reference

SPAlertTemplate Class

SPAlertTemplate Members

Microsoft.SharePoint Namespace