 | ValidationElementLongDescription Property |
Gets a longer description containing more detailed information about a validation issue. To get this information,
the informative mode
shall be enabled when the validation is performed.
Namespace: Aml.Engine.ServicesAssembly: Aml.Engine.Services (in Aml.Engine.Services.dll) Version: 3.2
Syntaxpublic string LongDescription { get; set; }
Public Property LongDescription As String
Get
Set
public:
property String^ LongDescription {
String^ get ();
void set (String^ value);
}
Property Value
String
See Also