An array of Field objects corresponding to the fields in the schema.

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

Syntax

         
 C#  Visual Basic  Visual C++ 
public Schema..::..Field[] Fields { get; }
Public ReadOnly Property Fields As Schema..::..Field()
	Get
public:
property array<Schema..::..Field^>^ Fields {
	array<Schema..::..Field^>^ get ();
}

See Also