ValidationResultsCollectionItem(String) Property
Gets the validation results for the specified propertyName.
Namespace: KGySoft.ComponentModelAssembly: KGySoft.CoreLibraries (in KGySoft.CoreLibraries.dll) Version: 9.0.0
public ValidationResultsCollection this[
string propertyName
] { get; }
Public ReadOnly Default Property Item (
propertyName As String
) As ValidationResultsCollection
Get
public:
property ValidationResultsCollection^ default[String^ propertyName] {
ValidationResultsCollection^ get (String^ propertyName);
}
member Item : ValidationResultsCollection with get
- propertyName String
- Name of the property to get the validation results.
ValidationResultsCollection