iControl.ManagementApplicationService.is_device_group_inherited C# (CSharp) Method

is_device_group_inherited() private method

private is_device_group_inherited ( string apps ) : bool[]
apps string
return bool[]
        public bool[] is_device_group_inherited(
		string [] apps
	)
        {
            object [] results = this.Invoke("is_device_group_inherited", new object [] {
                apps});
            return ((bool [])(results[0]));
        }
ManagementApplicationService