iControl.SecurityDoSDevice.get_publisher C# (CSharp) Method

get_publisher() private method

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