If SerialsManger is creating serials at the moment then returns true
Namespace: SeriousBit.Licensing
Assembly: SeriousBit.Licensing (in SeriousBit.Licensing.dll)
Syntax
| Visual Basic (Declaration) |
|---|
| <BrowsableAttribute(False)> Public ReadOnly Property IsCreatingSerials As Boolean |
| C# |
|---|
| [BrowsableAttribute(False)] public bool IsCreatingSerials { get; } |
| C++ |
|---|
| [BrowsableAttribute(False)] public property bool IsCreatingSerials sealed { bool get(); } |
| J# |
|---|
| /** @attribute BrowsableAttribute(False) */ /** property */ public bool get_IsCreatingSerials(); |
| JScript |
|---|
| public function get IsCreatingSerials() : bool |