ReferenceAttribute Class

Attribute class used to indicate that the property is a reference to provider.
Reference properties will show an editable dropdown that allows the referred element to be selected.

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

Inheritance Hierarchy

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

See Also

ReferenceAttribute Members

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