Bagikan melalui


HttpResponseMessageProperty.Name Properti

Definisi

Mendapatkan nama properti pesan yang terkait dengan HttpResponseMessageProperty kelas .

public:
 static property System::String ^ Name { System::String ^ get(); };
public static string Name { get; }
static member Name : string
Public Shared ReadOnly Property Name As String

Nilai Properti

Mengembalikan "httpResponse".

Contoh

Ini memperlihatkan cara mendapatkan nama properti pesan:

String name = HttpResponseMessageProperty.Name;

Berlaku untuk