Share via


ServerCollection.Item Property (String)

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

value = instance(name)
[ObsoleteAttribute]
public Server this[
    string name
] { get; }

Parameters

Property Value

Type: Microsoft.SharePoint.Portal.Topology.Server

See Also

Reference

ServerCollection Class

ServerCollection Members

Item Overload

Microsoft.SharePoint.Portal.Topology Namespace