 | NetworkShareAccessorRemoteComputerName Property |
Gets or sets the name of the remote computer.
Namespace:
Koden.Utils.IO
Assembly:
Koden.Utils.IO (in Koden.Utils.IO.dll) Version: 1.0.6453.26060
Syntaxpublic string RemoteComputerName { get; set; }
Public Property RemoteComputerName As String
Get
Set
public:
property String^ RemoteComputerName {
String^ get ();
void set (String^ value);
}
member RemoteComputerName : string with get, set
Property Value
Type:
String
The name of the remote computer.
See Also