SPWeb.Exists-Eigenschaft
Ruft einen booleschen Wert, der angibt, ob die Website vorhanden ist.
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public ReadOnly Property Exists As Boolean
Get
'Usage
Dim instance As SPWeb
Dim value As Boolean
value = instance.Exists
public bool Exists { get; }
Eigenschaftswert
Typ: System.Boolean
true wenn die Website vorhanden ist; andernfalls false.