|  | 
| AuthenticationFaultErrorCode Property  | 
 
 Error code if any.
 
    Namespace: 
   ASI.TAM.API.Web.EpicSDK
    Assembly:
   ASI.TAM.API.Web.EpicSDK (in ASI.TAM.API.Web.EpicSDK.dll) Version: 2021.1.0.1
 Syntax
Syntaxpublic int ErrorCode { get; set; }Public Property ErrorCode As Integer
	Get
	Set
Dim instance As AuthenticationFault
Dim value As Integer
value = instance.ErrorCode
instance.ErrorCode = value
Property Value
Type: 
Int32Return Value
Type: 
Int32 Remarks
Remarks See Also
See Also