ISDTField.Value Property

Solclient

ISDTFieldValue Property
version: 7.2.1.27
This represents the value of the field.

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

Property Value

Type: Object
Exceptions
ExceptionCondition
OverflowException Thrown when the value cannot be represented by a valid CTS type.
See Also