Partilhar via


RegisterAsMetadataTypeAttribute.TargetType Property

Gets the type for which this class should contain metadata attributes.

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

Field Value

The type for which this class should contain metadata attributes.

See Also

RegisterAsMetadataTypeAttribute Class

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