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 (26.2.0.1000)
Syntax
public string? DefaultValue { get; set; }

Property Value

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