iControl.ManagementDevice.get_contact C# (CSharp) Method

get_contact() private method

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