WSTrustMessage.RequestType Propiedad

Definición

Obtiene o establece el elemento wst:RequestType.

public:
 property System::String ^ RequestType { System::String ^ get(); void set(System::String ^ value); };
public string RequestType { get; set; }
member this.RequestType : string with get, set
Public Property RequestType As String

Valor de propiedad

Cadena que contiene un URI que indica el tipo de solicitud; por ejemplo, una de las constantes definidas en la clase RequestTypes .

Comentarios

Este elemento obligatorio indica el tipo de solicitud.

Se aplica a