iControl.NetworkingProfileMAP.get_ip4_prefix C# (CSharp) Method

get_ip4_prefix() private method

private get_ip4_prefix ( string profile_names ) : iControl.CommonProfileNetAddress[]
profile_names string
return iControl.CommonProfileNetAddress[]
        public CommonProfileNetAddress[] get_ip4_prefix(
		string [] profile_names
	)
        {
            object [] results = this.Invoke("get_ip4_prefix", new object [] {
                profile_names});
            return ((CommonProfileNetAddress [])(results[0]));
        }