iControl.NetworkingProfileV6RD.set_v4_prefix C# (CSharp) Method

set_v4_prefix() private method

private set_v4_prefix ( string profile_names, CommonProfileIPAddress prefixes ) : void
profile_names string
prefixes CommonProfileIPAddress
return void
        public void set_v4_prefix(
		string [] profile_names,
		CommonProfileIPAddress [] prefixes
	)
        {
            this.Invoke("set_v4_prefix", new object [] {
                profile_names,
                prefixes});
        }