 | ValidationKeyValidationType Property |
Gets the type of the validation.
Namespace: Aml.Engine.ServicesAssembly: Aml.Engine.Services (in Aml.Engine.Services.dll) Version: 3.2
Syntaxpublic ValidationTypeEnum ValidationType { get; }
Public ReadOnly Property ValidationType As ValidationTypeEnum
Get
public:
property ValidationTypeEnum ValidationType {
ValidationTypeEnum get ();
}
Property Value
ValidationTypeEnumThe type of the validation.
See Also