Describe how this field should be sored physically.

Namespace: Composite.Data.DynamicTypes
Assembly: Composite (in Composite.dll) Version: 5.3.6135.33083

Syntax

C#
public StoreFieldType StoreType { get; set; }
Visual Basic
Public Property StoreType As StoreFieldType
	Get
	Set
Visual C++
public:
property StoreFieldType^ StoreType {
	StoreFieldType^ get ();
	void set (StoreFieldType^ value);
}

See Also