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