|
SettingsBaseDeriveDefaultValue Method
|
Attempts to get best default value for given member.
Namespace: GSF.ConfigurationAssembly: GSF.Core (in GSF.Core.dll) Version: 2.4.270-beta+73d44452c0321b5b5cc4994cc16714f5eed2777e
Syntaxfunction DeriveDefaultValue(name, value);
View SourceParameters
- name String
- Field or property name.
- value Object
- Current field or property value.
Return Value
ObjectThe object that is the best default value.
Remarks
If
value is equal to its default(type) value, then any value derived from
DefaultValueAttribute will be used instead.
See Also