FlowEventArgs.EventProperties Property

Solclient

FlowEventArgsEventProperties Property
version: 7.2.1.27
Optional, present for future expansion.

Namespace: SolaceSystems.Solclient.Messaging
Assembly: SolaceSystems.Solclient.Messaging (in SolaceSystems.Solclient.Messaging.dll) Version: 7.2.1.27 (7.2.1.27)
Syntax
public IProperties EventProperties { get; }
Public ReadOnly Property EventProperties As IProperties
	Get
public:
property IProperties^ EventProperties {
	IProperties^ get ();
}

Property Value

Type: IProperties
See Also