Share via


HttpResponseMessageProperty.Name Proprietà

Definizione

Ottiene il nome della proprietà del messaggio associata alla classe HttpResponseMessageProperty.

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

Valore della proprietà

Restituisce "httpResponse".

Esempio

Viene illustrato come ottenere il nome della proprietà del messaggio:

String name = HttpResponseMessageProperty.Name;

Si applica a