 | ValidationElementValidatedAttribute Property |
Gets or sets the validated attribute.
Namespace: Aml.Engine.ServicesAssembly: Aml.Engine.Services (in Aml.Engine.Services.dll) Version: 3.2
Syntaxpublic string ValidatedAttribute { get; set; }
Public Property ValidatedAttribute As String
Get
Set
public:
property String^ ValidatedAttribute {
String^ get ();
void set (String^ value);
}
Property Value
String
See Also