The element type for this field. Valid only if the field is of type LIST. Otherwise the property returns null.

Namespace: StreamBase.SB
Assembly: StreamBase.SB.Client (in StreamBase.SB.Client.dll) Version: 7.7.0.0

Syntax

         
 C#  Visual Basic  Visual C++ 
public CompleteDataType ElementType { get; }
Public ReadOnly Property ElementType As CompleteDataType
	Get
public:
property CompleteDataType^ ElementType {
	CompleteDataType^ get ();
}

See Also