ISessionInfoWindowStationName Property |
Name of connecting workstation.
Namespace:
Xcalibur.Models.Sessions
Assembly:
Xcalibur.Models (in Xcalibur.Models.dll) Version: 1.0.5.0 (1.0.0.0)
Syntax string WindowStationName { get; set; }
Property WindowStationName As String
Get
Set
property String^ WindowStationName {
String^ get ();
void set (String^ value);
}
abstract WindowStationName : string with get, set
Property Value
Type:
String
The name of the window station.
See Also