PlacementAllowOtherTypesOnSamePage Property |
Gets/sets permission to create multiple types on the same page.
Namespace:
VelocityDb
Assembly:
VelocityDb (in VelocityDb.dll) Version: 8.2.1.0 (8.2.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