This documentation is archived and is not being maintained.

PassportIdentity.Error Property

Gets a value indicating the error state associated with the current Passport ticket.

[Visual Basic]
Public ReadOnly Property Error As Integer
[C#]
public int Error {get;}
[C++]
public: __property int get_Error();
[JScript]
public function get Error() : int;

Property Value

A 32-bit signed integer indicating the current error state.

Remarks

For more information, see the error property in the Passport SDK documentation, available in the MSDN Library at http://msdn.microsoft.com/library .

Requirements

Platforms: Windows 2000, Windows XP Professional, Windows Server 2003 family

See Also

PassportIdentity Class | PassportIdentity Members | System.Web.Security Namespace

Show: