ComponentSettingPrimarySettingValue Property |
Gets the primary setting value when the current instance becomes active, if the current instance is a dependency setting.
Namespace:
Dundas.BI.Data.Parameters
Assembly:
Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (24.3.0.1000)
Syntax public ParameterValue PrimarySettingValue { get; }
Public ReadOnly Property PrimarySettingValue As ParameterValue
Get
public:
property ParameterValue^ PrimarySettingValue {
ParameterValue^ get ();
}
member PrimarySettingValue : ParameterValue with get
Property Value
Type:
ParameterValueSee Also