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