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)
Syntax public 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:
BooleanSee Also