CodeAttributeDeclaration.AttributeType Property

Definition

Gets the code type reference for the code attribute declaration.

public:
 property System::CodeDom::CodeTypeReference ^ AttributeType { System::CodeDom::CodeTypeReference ^ get(); };
public System.CodeDom.CodeTypeReference AttributeType { get; }
member this.AttributeType : System.CodeDom.CodeTypeReference
Public ReadOnly Property AttributeType As CodeTypeReference

Property Value

A CodeTypeReference that identifies the CodeAttributeDeclaration.

Applies to