PlacementAllowOtherTypesOnSamePage Property  | 
 
            Gets/sets permission to create multiple types on the same page.
            
 
    Namespace: 
   VelocityDb
    Assembly:
   VelocityDb (in VelocityDb.dll) Version: 11.1.0.0 (11.1)
Syntaxpublic bool AllowOtherTypesOnSamePage { get; set; }Public Property AllowOtherTypesOnSamePage As Boolean
	Get
	Set
public:
property bool AllowOtherTypesOnSamePage {
	bool get ();
	void set (bool value);
}member AllowOtherTypesOnSamePage : bool with get, set
Property Value
Type: 
Boolean
See Also