Caution
If the value of this property is , then it cannot be guaranteed that a generated object will be in a consistent state.
public bool AllowCreateObjectWithoutConstructor { get; set; }Public Property AllowCreateObjectWithoutConstructor As Boolean
Get
Setpublic:
property bool AllowCreateObjectWithoutConstructor {
bool get ();
void set (bool value);
}member AllowCreateObjectWithoutConstructor : bool with get, set