Share via


SPWeb.Exists property

Obtém um valor booleano que indica se o site existe.

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

Syntax

'Declaração
Public ReadOnly Property Exists As Boolean
    Get
'Uso
Dim instance As SPWeb
Dim value As Boolean

value = instance.Exists
public bool Exists { get; }

Property value

Type: System.Boolean
true se o site existe; Caso contrário, false.

Ver também

Referência

SPWeb class

SPWeb members

Microsoft.SharePoint namespace