Dev2.GatherSystemInformationTO.this C# (CSharp) 메소드

this() 공개 메소드

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.
리턴 string
        public string this[string columnName]
        {
            get { return null; }
        }