iControl.NetworkingProfileV6RD.set_v6_prefix C# (CSharp) Method

set_v6_prefix() private method

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