SPList.SmsAlertTemplate property

Gets or sets the template used by the list for Short Message Service (SMS) alerts.

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

Syntax

'Declaration
Public Property SmsAlertTemplate As SPAlertTemplate
    Get
    Set
'Usage
Dim instance As SPList
Dim value As SPAlertTemplate

value = instance.SmsAlertTemplate

instance.SmsAlertTemplate = value
public SPAlertTemplate SmsAlertTemplate { get; set; }

Property value

Type: Microsoft.SharePoint.SPAlertTemplate
The template for SMS alerts.

See also

Reference

SPList class

SPList members

Microsoft.SharePoint namespace