SPMetabaseObject.Exists property
Gets a Boolean value that indicates whether the object exists in the configuration store.
Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public ReadOnly Property Exists As Boolean
Get
'Usage
Dim instance As SPMetabaseObject
Dim value As Boolean
value = instance.Exists
public bool Exists { get; }
Property value
Type: System.Boolean
true if the object exists in the AD DS as a directory entry; otherwise, false.
Remarks
The technology underlying the AD DS gives the administrator the ability to locate and manage server and network resources.