 |
InputValidationFaultFieldName Property |
The name of the property throwing the fault.
Namespace:
ASI.TAM.API.Web.EpicSDK
Assembly:
ASI.TAM.API.Web.EpicSDK (in ASI.TAM.API.Web.EpicSDK.dll) Version: 2020.1.0.1
Syntaxpublic string FieldName { get; set; }
Public Property FieldName As String
Get
Set
Dim instance As InputValidationFault
Dim value As String
value = instance.FieldName
instance.FieldName = value
Return Value
Type:
String
See Also