Gets a VirtualServer object in the collection by virtual server ID.
| C# | Visual Basic | Managed C++ |
public VirtualServer Item [ string virtualServerID ] { get; }
Public ReadOnly Property Item ( _ virtualServerID As String _ ) As VirtualServer
public: VirtualServer^ Item { VirtualServer^ get (String^ virtualServerID); }
- virtualServerID (String)
- A String value that specifies the virtual server ID of the VirtualServer object in the VirtualServerCollection collection.
A VirtualServer object value that represents the virtual server.
Assembly: UserAPI Version: 1.0.0.0 (Module: UserAPI)