List of IDs of serials which are blacklisted. For a blacklisted serial method IsValid() will always return false.
Namespace: SeriousBit.Licensing
Assembly: SeriousBit.Licensing (in SeriousBit.Licensing.dll)
Syntax
| Visual Basic (Declaration) |
|---|
| <DescriptionAttribute("List of IDs of serials which are blacklisted. For a blacklisted serial method IsValid() will always return false."), _ DefaultValueAttribute("null"), _ CategoryAttribute("Behavior")> Public Property BlackList As Long() |
| C# |
|---|
| [DescriptionAttribute("List of IDs of serials which are blacklisted. For a blacklisted serial method IsValid() will always return false.")] [DefaultValueAttribute("null")] [CategoryAttribute("Behavior")] public long[] BlackList { get; set; } |
| C++ |
|---|
| [DescriptionAttribute(L"List of IDs of serials which are blacklisted. For a blacklisted serial method IsValid() will always return false.")] [DefaultValueAttribute(L"null")] [CategoryAttribute(L"Behavior")] public property long[] BlackList sealed { array<__int64>^ get(); void set(array<__int64>^ value); } |
| J# |
|---|
| /** @attribute DescriptionAttribute("List of IDs of serials which are blacklisted. For a blacklisted serial method IsValid() will always return false.") */ /** @attribute DefaultValueAttribute("null") */ /** @attribute CategoryAttribute("Behavior") */ /** property */ public long[] get_BlackList(); /** property */ public void set_BlackList(long[] value); |
| JScript |
|---|
| public function get BlackList() : long[] public function set BlackList(value : long[]); |