共用方式為


SPAlertTemplate.Xml property

取得或設定未當地語系化的Collaborative Application Markup Language (CAML)的定義警示的範本。

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

Syntax

'宣告
Public Property Xml As String
    Get
    Set
'用途
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會定義範本。

請參閱

參照

SPAlertTemplate class

SPAlertTemplate members

Microsoft.SharePoint namespace