| TypeVersionIsFixedSize Property  | 
 
            A type is fixed size if it only has fixed size fields
            
 
    Namespace: 
   VelocityDb.TypeInfo
    Assembly:
   VelocityDb (in VelocityDb.dll) Version: 11.1.0.0 (11.1)
 Syntax
Syntaxpublic bool IsFixedSize { get; }Public ReadOnly Property IsFixedSize As Boolean
	Get
public:
property bool IsFixedSize {
	bool get ();
}member IsFixedSize : bool with get
Property Value
Type: 
Boolean See Also
See Also