DesigntimeDefaultAttribute Constructor

Initializes a new instance of the DesigntimeDefaultAttribute class.

Namespace: Microsoft.Practices.EnterpriseLibrary.Common.Configuration.Design
Assembly: Microsoft.Practices.EnterpriseLibrary.Common (in Microsoft.Practices.EnterpriseLibrary.Common.dll) Version: 6.0.0.0 (6.0.1304.0)

Syntax

public DesigntimeDefaultAttribute(
    string bindableDefaultValue
)
'Declaration
Public Sub New ( 
    bindableDefaultValue As String
)
public:
DesigntimeDefaultAttribute(
    String^ bindableDefaultValue
)

Parameters

  • bindableDefaultValue
    Type: System.String
    The string representation of the default value.

Remarks

The default value is a string representation which will be converted using InvariantCulture.

See Also

DesigntimeDefaultAttribute Class

DesigntimeDefaultAttribute Members

Microsoft.Practices.EnterpriseLibrary.Common.Configuration.Design Namespace