Share via


PropertyInfo.SetMethod Properti

Definisi

Mendapatkan aksesor set untuk properti ini.

public:
 virtual property System::Reflection::MethodInfo ^ SetMethod { System::Reflection::MethodInfo ^ get(); };
public virtual System.Reflection.MethodInfo SetMethod { get; }
public virtual System.Reflection.MethodInfo? SetMethod { get; }
member this.SetMethod : System.Reflection.MethodInfo
Public Overridable ReadOnly Property SetMethod As MethodInfo

Nilai Properti

Aksesor set untuk properti ini, atau null jika properti bersifat baca-saja.

Keterangan

Mengambil nilai SetMethod properti setara dengan memanggil GetSetMethod(Boolean) metode dengan nilai true untuk nonPublic argumen .

Berlaku untuk

Lihat juga