iControl.ManagementDevice.get_comment C# (CSharp) Method

get_comment() private method

private get_comment ( string devices ) : string[]
devices string
return string[]
        public string[] get_comment(
		string [] devices
	)
        {
            object [] results = this.Invoke("get_comment", new object [] {
                devices});
            return ((string [])(results[0]));
        }
ManagementDevice