Solclient
| ISessionGetProperty Method |
Returns the object value of a given property.
Namespace: SolaceSystems.Solclient.Messaging
Assembly: SolaceSystems.Solclient.Messaging (in SolaceSystems.Solclient.Messaging.dll) Version: 7.2.1.27 (7.2.1.27)
SyntaxObject GetProperty( SessionPropertiesPROPERTY sessionProperty )
Function GetProperty ( sessionProperty As SessionPropertiesPROPERTY ) As Object
Object^ GetProperty( SessionPropertiesPROPERTY sessionProperty )
Parameters
- sessionProperty
- Type: SolaceSystems.Solclient.MessagingSessionPropertiesPROPERTY
Property to get.
Return Value
Type: ObjectThe object value of a given property.
Exceptions| Exception | Condition |
|---|---|
| ObjectDisposedException | Thrown when the session is already disposed (terminal state). |
| OperationErrorException | Thrown when the operation fails. |
| FatalErrorException | Thrown when an unrecoverable error occurs. |
| ArgumentNullException | Thrown if any of the required parameters is null. |
See Also