IContext.Properties Property

Solclient

IContextProperties Property
version: 7.2.1.27
Returns a read-only copy of the ContextProperties used to create this session.

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

Property Value

Type: ContextProperties
See Also