ErrorContainerGetAllPropertyNamesWithErrors Method |
Gets all property names with errors stored in this errorcontainer. Use the names to index into this container to obtain the error for this particular
property. Properties with an empty string as error are ignored.
Namespace:
SD.Tools.Algorithmia.GeneralDataStructures
Assembly:
SD.Tools.Algorithmia (in SD.Tools.Algorithmia.dll) Version: 1.2.0.0 (1.2.16.0406)
Syntaxpublic IEnumerable<string> GetAllPropertyNamesWithErrors()
Public Function GetAllPropertyNamesWithErrors As IEnumerable(Of String)
Return Value
Type:
IEnumerableString
See Also