Gets or sets the usage details
Namespace: CelloSaaS.Model.LicenseManagementAssembly: CelloSaaS.Model (in CelloSaaS.Model.dll) Version: 4.3.1.0 (4.3.1.0)
public Dictionary<string, Usage> UsageDetails { get; set; }
public Dictionary<string, Usage> UsageDetails { get; set; }
Public Property UsageDetails As Dictionary(Of String, Usage)
Get
Set
Public Property UsageDetails As Dictionary(Of String, Usage)
Get
Set
member UsageDetails : Dictionary<string, Usage> with get, set
member UsageDetails : Dictionary<string, Usage> with get, set
Property Value
Type:
Dictionary String,
Usage