IApplicationLicenseContentErrors Property |
Internal containers for errors from deserialization etc.
Namespace:
MFiles.VAF.Configuration
Assembly:
MFiles.VAF.Configuration (in MFiles.VAF.Configuration.dll) Version: 21.8.10524.1
SyntaxList<string> Errors { get; set; }
Property Errors As List(Of String)
Get
Set
property List<String^>^ Errors {
List<String^>^ get ();
void set (List<String^>^ value);
}
Property Value
Type:
ListString
See Also