|  | 
| InputValidationFaultMaximumValueorLength Property  | 
 
 The maximum value or length 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: 2021.1.0.1
 Syntax
Syntaxpublic string MaximumValueorLength { get; set; }Public Property MaximumValueorLength As String
	Get
	Set
Dim instance As InputValidationFault
Dim value As String
value = instance.MaximumValueorLength
instance.MaximumValueorLength = value
Return Value
Type: 
String See Also
See Also