Rankdblib.Projects.Projects C# (CSharp) Method

Projects() public method

Constructor sets the name of the project.
public Projects ( string project ) : System
project string /// The Project name ///
return System
        public Projects(string project)
        {
            name = project;
        }