Gets or sets true value if the object is of system type.
Namespace:
PerpetuumSoft.DataModel.MsSqlAssembly: PerpetuumSoft.DataModel (in PerpetuumSoft.DataModel.dll) Version: 1.0.0.0
Syntax
| C# |
|---|
public bool IsSystem { get; set; } |
| Visual Basic (Declaration) |
|---|
Public Property IsSystem As Boolean |
| Visual C++ |
|---|
public: property bool IsSystem { bool get (); void set (bool value); } |