iControl.ManagementApplicationService.get_strict_updates_state C# (CSharp) Method

get_strict_updates_state() private method

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