 |
InputValidationFaultExceptionFile Property |
The name of the exception file.
Namespace:
ASI.TAM.API.Web.EpicSDK
Assembly:
ASI.TAM.API.Web.EpicSDK (in ASI.TAM.API.Web.EpicSDK.dll) Version: 2021.1.0.1
Syntaxpublic string ExceptionFile { get; set; }
Public Property ExceptionFile As String
Get
Set
Dim instance As InputValidationFault
Dim value As String
value = instance.ExceptionFile
instance.ExceptionFile = value
Return Value
Type:
String
See Also