DefaultValueAttribute Constructor (Object) |
Initializes a new instance of the System.ComponentModel.DefaultValueAttribute
class.
Namespace: System.ComponentModelAssembly: CSharpXamlForHtml5.System.dll (in CSharpXamlForHtml5.System.dll.dll) Version: 1.0.0.0
Syntax public DefaultValueAttribute(
Object value
)
Parameters
- value
- Type: SystemObject
An System.Object that represents the default value.
See Also