LocalizedStringDictionaryDefaultValue Property

Gets or sets the default value.

Namespace:  Dundas.BI
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (24.3.0.1000)
Syntax
public string? DefaultValue { get; set; }

Property Value

Type: String
The default value.
Remarks
This value is used if there's no culture-specific value defined.
See Also