iControl.LocalLBSNATTranslationAddressV2.is_traffic_group_inherited C# (CSharp) Method

is_traffic_group_inherited() private method

private is_traffic_group_inherited ( string translation_addresses ) : bool[]
translation_addresses string
return bool[]
        public bool[] is_traffic_group_inherited(
		string [] translation_addresses
	)
        {
            object [] results = this.Invoke("is_traffic_group_inherited", new object [] {
                translation_addresses});
            return ((bool [])(results[0]));
        }
LocalLBSNATTranslationAddressV2