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
- name
Type: System.String
Property Value
Type: Microsoft.SharePoint.Portal.Topology.Server