Bagikan melalui


PropertyGeneratedEventArgs.ReturnType Properti

Definisi

Mendapatkan atau mengatur jenis properti.

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

Nilai Properti

Jenis properti.

Keterangan

Properti ini mengembalikan jenis properti yang setara dengan runtime bahasa umum (CLR). Ini juga dapat digunakan untuk menentukan jenis dasar baru. Properti ini hanya berlaku untuk properti navigasi.

Berlaku untuk

Lihat juga