iControl.NetworkingRouterAdvertisement.get_other_configuration_flag_state C# (CSharp) Method

get_other_configuration_flag_state() private method

private get_other_configuration_flag_state ( string ras ) : CommonEnabledState[]
ras string
return CommonEnabledState[]
        public CommonEnabledState[] get_other_configuration_flag_state(
		string [] ras
	)
        {
            object [] results = this.Invoke("get_other_configuration_flag_state", new object [] {
                ras});
            return ((CommonEnabledState [])(results[0]));
        }
NetworkingRouterAdvertisement