SystemStatisticsDataApplicationInvalidLicenses Property |
Gets or sets the number of invalid licenses.
Namespace:
Dundas.BI.WebApi.Models
Assembly:
Dundas.BI.WebApiCore (in Dundas.BI.WebApiCore.dll) Version: 2.0.0.0 (24.3.0.1000)
Syntax [DataMemberAttribute(Name = "applicationInvalidLicenses", EmitDefaultValue = false)]
public int? ApplicationInvalidLicenses { get; set; }
<DataMemberAttribute(Name := "applicationInvalidLicenses", EmitDefaultValue := false)>
Public Property ApplicationInvalidLicenses As Integer?
Get
Set
public:
[DataMemberAttribute(Name = L"applicationInvalidLicenses", EmitDefaultValue = false)]
property Nullable<int> ApplicationInvalidLicenses {
Nullable<int> get ();
void set (Nullable<int> value);
}
[<DataMemberAttribute(Name = "applicationInvalidLicenses", EmitDefaultValue = false)>]
member ApplicationInvalidLicenses : Nullable<int> with get, set
Property Value
Type:
NullableInt32See Also