Click or drag to resize
AttributeDefaultValue Property
Gets or sets attribute's default value.

Any new instance of an Element this attribute belongs to will have it's data part set to specified default value. This is very handy for various application settings related to active instance of object model.

Namespace: FDF.Common.ObjectModel
Assembly: FDF.Common (in FDF.Common.dll) Version: 3.0.0.0
Syntax
public string DefaultValue { get; set; }

Property Value

Type: String
See Also