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; }
Public Property DefaultValue As String
Get
Set
public:
property String^ DefaultValue {
String^ get ();
void set (String^ value);
}
member DefaultValue : string with get, set
Property Value
Type:
String
The default value.
Remarks
This value is used if there's no culture-specific value defined.
See Also