Get the Request Type that failed.
Пространство имен: Microsoft.IdentityModel.Protocols.WSTrust
Сборка: Microsoft.IdentityModel (в microsoft.identitymodel.dll)

Использование

Visual Basic
Dim instance As WSTrustRequestProcessingErrorEventArgs
Dim value As String

value = instance.RequestType

Синтаксис

Visual Basic
Public ReadOnly Property RequestType As String
C#
public string RequestType { get; }
C++
public:
property String^ RequestType {
		String^ get ();
}
J#
/** @property */
public String get_RequestType ()
JScript
public function get RequestType () : String

Значение свойства

Returns a string that contains the request type.

Безопасность потоков

Любые открытые статические члены (Shared в Visual Basic) этого типа являются поточно-ориентированными.Любые члены экземпляров не являются гарантированно поточно-ориентированными.

Платформы

Платформа разработки

Windows Server 2003, Windows Vista

Target Platforms

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

См. также