Share via


ReferenceAttribute.ScopeType Property

Gets the configuration type that contains the references.

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

Syntax

'Declaration
Public ReadOnly Property ScopeType As Type
public Type ScopeType { get; }
public:
property Type^ ScopeType {
    Type^ get ();
}
public function get ScopeType () : Type

See Also

ReferenceAttribute Class

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