ISDTField Interface

Solclient

ISDTField Interface
version: 7.2.1.27
Encapsulates a Structured Data Type (SDT) field of type SDTFieldType.

Namespace: SolaceSystems.Solclient.Messaging.SDT
Assembly: SolaceSystems.Solclient.Messaging (in SolaceSystems.Solclient.Messaging.dll) Version: 7.2.1.27 (7.2.1.27)
Syntax
public interface ISDTField
Public Interface ISDTField
public interface class ISDTField

The ISDTField type exposes the following members.

Properties
  NameDescription
Public propertyType
This represents the type of the field as defined in SDTFieldType.
Public propertyValue
This represents the value of the field.
Top
See Also