SampleGenevaSOAPInterface.Report.Report C# (CSharp) Method

Report() public method

public Report ( string name ) : System
name string
return System
        public Report(string name)
        {
            this.name = name;
        }
Report