| TypeVersionFieldIndex Property  | 
 
            Does managed type include a field index ?
            
 
    Namespace: 
   VelocityDb.TypeInfo
    Assembly:
   VelocityDb (in VelocityDb.dll) Version: 11.1.0.0 (11.1)
 Syntax
Syntaxpublic bool FieldIndex { get; set; }Public Property FieldIndex As Boolean
	Get
	Set
public:
property bool FieldIndex {
	bool get ();
	void set (bool value);
}member FieldIndex : bool with get, set
Property Value
Type: 
Boolean See Also
See Also