Compartilhar via


SPAlert.ListUrl property

Obtém o URL relativo do site da lista à qual se aplica o alerta.

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

Syntax

'Declaração
Public ReadOnly Property ListUrl As String
    Get
'Uso
Dim instance As SPAlert
Dim value As String

value = instance.ListUrl
public string ListUrl { get; }

Property value

Type: System.String
Uma seqüência de caracteres que contém o URL.

Comentários

A propriedade ListUrl lança um SPException se a propriedade AlertType não contém List ou Item.

Ver também

Referência

SPAlert class

SPAlert members

Microsoft.SharePoint namespace