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."), _ CategoryAttribute("Behavior"), _ DefaultValueAttribute("null")> Public Property BlackList As Integer() |
| C# |
|---|
| [DescriptionAttribute("List of IDs of serials which are blacklisted. For a blacklisted serial method IsValid() will always return false.")] [CategoryAttribute("Behavior")] [DefaultValueAttribute("null")] public int[] BlackList { get; set; } |
| C++ |
|---|
| [DescriptionAttribute(L"List of IDs of serials which are blacklisted. For a blacklisted serial method IsValid() will always return false.")] [CategoryAttribute(L"Behavior")] [DefaultValueAttribute(L"null")] public property int[] BlackList sealed { array<int>^ get(); void set(array<int>^ value); } |
| J# |
|---|
| /** @attribute DescriptionAttribute("List of IDs of serials which are blacklisted. For a blacklisted serial method IsValid() will always return false.") */ /** @attribute CategoryAttribute("Behavior") */ /** @attribute DefaultValueAttribute("null") */ /** property */ public int[] get_BlackList(); /** property */ public void set_BlackList(int[] value); |
| JScript |
|---|
| public function get BlackList() : int[] public function set BlackList(value : int[]); |