ReferenceAttribute.TargetType Property
Gets the configuration type of the provider that used as a reference.
Namespace: Microsoft.Practices.EnterpriseLibrary.Common.Configuration.Design
Assembly: Microsoft.Practices.EnterpriseLibrary.Common (in Microsoft.Practices.EnterpriseLibrary.Common.dll)
Syntax
'Declaration
Public ReadOnly Property TargetType As Type
public Type TargetType { get; }
public:
property Type^ TargetType {
Type^ get ();
}
public function get TargetType () : Type
See Also
Microsoft.Practices.EnterpriseLibrary.Common.Configuration.Design Namespace