Dev2.CaseConvertTO.this C# (CSharp) Méthode

this() public méthode

Gets the error message for the property with the given name.
public this ( string columnName ) : string
columnName string The name of the property whose error message to get.
Résultat string
        public string this[string columnName]
        {
            get { return null; }
        }