SPAlert.Title property
Obtém ou define o título do alerta, conforme exibido na interface do usuário.
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaração
Public Property Title As String
Get
Set
'Uso
Dim instance As SPAlert
Dim value As String
value = instance.Title
instance.Title = value
public string Title { get; set; }
Property value
Type: System.String
Uma seqüência de até 255 caracteres que contém o título.