Open this page in the API Guide

LicenseFeatureElement.FeatureProperties Property

Gets property values for the feature associated with this element.

Namespace:  Dundas.BI.Licensing
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (25.1.0.1000)
Syntax
public IReadOnlyDictionary<Guid, string> FeatureProperties { get; }

Property Value

Type: IReadOnlyDictionary<Guid, String>
See Also