DatabaseCollection.Item Property
NOTE: This API is now obsolete.
Obsolete.
Namespace: Microsoft.SharePoint.Portal.Topology
Assembly: Microsoft.SharePoint.Portal (in Microsoft.SharePoint.Portal.dll)
Syntax
'Declaration
<ObsoleteAttribute> _
Public ReadOnly Default Property Item ( _
databaseId As Guid _
) As Database
Get
'Usage
Dim instance As DatabaseCollection
Dim databaseId As Guid
Dim value As Database
value = instance(databaseId)
[ObsoleteAttribute]
public Database this[
Guid databaseId
] { get; }
Parameters
- databaseId
Type: System.Guid
Property Value
Type: Microsoft.SharePoint.Portal.Topology.Database