Share via


PropertyGeneratedEventArgs.ReturnType Proprietà

Definizione

Ottiene o imposta il tipo della proprietà.

public:
 property System::CodeDom::CodeTypeReference ^ ReturnType { System::CodeDom::CodeTypeReference ^ get(); void set(System::CodeDom::CodeTypeReference ^ value); };
public System.CodeDom.CodeTypeReference ReturnType { get; set; }
member this.ReturnType : System.CodeDom.CodeTypeReference with get, set
Public Property ReturnType As CodeTypeReference

Valore della proprietà

Tipo della proprietà.

Commenti

Questa proprietà restituisce il tipo CLR (Common Language Runtime) equivalente della proprietà e può essere utilizzata anche per specificare un nuovo tipo di base. Questa proprietà si applica solo alle proprietà di navigazione.

Si applica a

Vedi anche