Gets or sets a value indicating whether to automatically create domains.
Namespace: SimolAssembly: Simol (in Simol.dll) Version: 1.0.0.0
Syntax
C# |
---|
public bool AutoCreateDomains { get; set; } |
Visual Basic |
---|
Public Property AutoCreateDomains As Boolean Get Set |
Visual C++ |
---|
public: property bool AutoCreateDomains { bool get (); void set (bool value); } |
Field Value
true if domains should be automatically created when necessary to store objects; otherwise, false.Remarks
The default value is true.