Compartir a través de


WSTrustRequestProcessingErrorEventArgs.RequestType (Propiedad)

Get the Request Type that failed.

Espacio de nombres: Microsoft.IdentityModel.Protocols.WSTrust
Ensamblado: Microsoft.IdentityModel (en microsoft.identitymodel.dll)

Uso

    Dim instance As WSTrustRequestProcessingErrorEventArgs
Dim value As String

value = instance.RequestType

Sintaxis

'Declaración
Public ReadOnly Property RequestType As String
public string RequestType { get; }
public:
property String^ RequestType {
    String^ get ();
}
/** @property */
public String get_RequestType ()
public function get RequestType () : String

Valor de propiedad

Returns a string that contains the request type.

Seguridad para subprocesos

Los miembros estáticos públicos (Shared en Visual Basic) de este tipo son seguros para subprocesos.No se garantiza que los miembros de instancias sean seguros para subprocesos.

Plataformas

Plataformas de desarrollo

Windows Server 2003, Windows Vista

Target Platforms

Windows Server 2008, Windows Vista, Not tested on Windows XP

Vea también

Referencia

WSTrustRequestProcessingErrorEventArgs (Clase)
WSTrustRequestProcessingErrorEventArgs (Miembros)
Microsoft.IdentityModel.Protocols.WSTrust (Espacio de nombres)