Gets remote server with specified ID.
| C# | Visual Basic | Managed C++ |
public UserRemoteServer Item [ string remoteServerID ] { get; }
Public ReadOnly Property Item ( _ remoteServerID As String _ ) As UserRemoteServer
public: UserRemoteServer^ Item { UserRemoteServer^ get (String^ remoteServerID); }
- remoteServerID (String)
- A String value that specifies the remote server ID of the UserRemoteServer object in the UserRemoteServerCollection collection.
A UserRemoteServer object value that represents the user remote server in virtual server.
Assembly: UserAPI Version: 1.0.0.0 (Module: UserAPI)