CSReportDll.cColumnInfo.setKey C# (CSharp) Метод

setKey() публичный Метод

public setKey ( String rhs ) : void
rhs String
Результат void
        public void setKey(String rhs)
        {
            m_key = rhs;
        }