|
ClientInfoConnectedAt Property
|
Gets or sets the
DateTime when the remote client application connected to the
ServiceHelper.
Namespace: GSF.ServiceProcessAssembly: GSF.ServiceProcess (in GSF.ServiceProcess.dll) Version: 2.4.248-beta
Syntaxpublic DateTime ConnectedAt { get; set; }
Public Property ConnectedAt As DateTime
Get
Set
public:
property DateTime ConnectedAt {
DateTime get ();
void set (DateTime value);
}
member ConnectedAt : DateTime with get, set
function get_ConnectedAt();
function set_ConnectedAt(value);
View SourceProperty Value
DateTime
See Also