Condividi tramite


RequestSecurityTokenResponse.RequestedTokenCancelled Property

Namespace: Microsoft.Web.Services3.Security
Assembly: Microsoft.Web.Services3 (in microsoft.web.services3.dll)

Usage

'Usage
Dim requestSecurityTokenResponse1 As RequestSecurityTokenResponse

Dim returnValue As Boolean
returnValue = requestSecurityTokenResponse1.RequestedTokenCancelled

Dim sampleValue As Boolean
requestSecurityTokenResponse1.RequestedTokenCancelled = sampleValue

Syntax

'Declaration
Public Property RequestedTokenCancelled() As Boolean
public bool RequestedTokenCancelled {get; set;}
public:
property bool RequestedTokenCancelled {
    bool get();
    void set(bool value);
}
public boolean get_RequestedTokenCancelled();
public void set_RequestedTokenCancelled(boolean);
public function get RequestedTokenCancelled() : Boolean;
public function set RequestedTokenCancelled(Boolean);

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

Development Platforms

Windows XP Home Edition, Windows XP Professional, Windows Server 2003, Windows 2000, Windows 2000 Server, Windows 2000 Advanced Server

Target Platforms

See Also

Reference

RequestSecurityTokenResponse Class
RequestSecurityTokenResponse Members
Microsoft.Web.Services3.Security Namespace