SolLogInfo.DateTime Property

Solclient

SolLogInfoDateTime Property
version: 7.2.1.27
The DateTime of this log info.

Namespace: SolaceSystems.Solclient.Messaging
Assembly: SolaceSystems.Solclient.Messaging (in SolaceSystems.Solclient.Messaging.dll) Version: 7.2.1.27 (7.2.1.27)
Syntax
public DateTime DateTime { get; set; }
Public Property DateTime As DateTime
	Get
	Set
public:
property DateTime DateTime {
	DateTime get ();
	void set (DateTime value);
}

Property Value

Type: DateTime
See Also