Share via


ServerCollection.Item Property (Guid)

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 ( _
    serverId As Guid _
) As Server
    Get
'Usage
Dim instance As ServerCollection
Dim serverId As Guid
Dim value As Server

value = instance(serverId)
[ObsoleteAttribute]
public Server this[
    Guid serverId
] { get; }

Parameters

Property Value

Type: Microsoft.SharePoint.Portal.Topology.Server

See Also

Reference

ServerCollection Class

ServerCollection Members

Item Overload

Microsoft.SharePoint.Portal.Topology Namespace