Compartilhar via


SPAlertTemplate.Xml property

Obtém ou define a definição não localizado Collaborative Application Markup Language (CAML) do modelo de alerta.

Namespace:  Microsoft.SharePoint
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'Declaração
Public Property Xml As String
    Get
    Set
'Uso
Dim instance As SPAlertTemplate
Dim value As String

value = instance.Xml

instance.Xml = value
public string Xml { get; set; }

Property value

Type: System.String
CAML que define o modelo.

Ver também

Referência

SPAlertTemplate class

SPAlertTemplate members

Microsoft.SharePoint namespace