 |
InputValidationFaultMethodName Property |
The name of the method throwing the fault.
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 MethodName { get; set; }
Public Property MethodName As String
Get
Set
Dim instance As InputValidationFault
Dim value As String
value = instance.MethodName
instance.MethodName = value
Return Value
Type:
String
See Also