BigML.Source.ToString C# (CSharp) Method

ToString() public method

A summary of the source in a string. Include name and status
public ToString ( ) : string
return string
        public override string ToString()
        {
            return "{Name: " + this.Name + ", Status: " + this.StatusMessage.StatusCode + "}";
        }
Source