DesignTimeReadOnlyAttribute Class

Determines if the corresponding property is read-only at designtime.

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 class DesignTimeReadOnlyAttribute : Attribute
'Declaration
Public Class DesignTimeReadOnlyAttribute
    Inherits Attribute
public ref class DesignTimeReadOnlyAttribute : public Attribute

Remarks

This attribute is used to mark properties that should be presented as read-only, but underlying code may change the value on.

Inheritance Hierarchy

System.Object
  System.Attribute
    Microsoft.Practices.EnterpriseLibrary.Common.Configuration.Design.DesignTimeReadOnlyAttribute

See Also

DesignTimeReadOnlyAttribute Members

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

System.ComponentModel.ReadOnlyAttribute