iControl.NetworkingInterfaces.get_stp_auto_edge_port_detection_state C# (CSharp) Method

get_stp_auto_edge_port_detection_state() private method

private get_stp_auto_edge_port_detection_state ( string interfaces ) : CommonEnabledState[]
interfaces string
return CommonEnabledState[]
        public CommonEnabledState[] get_stp_auto_edge_port_detection_state(
		string [] interfaces
	)
        {
            object [] results = this.Invoke("get_stp_auto_edge_port_detection_state", new object [] {
                interfaces});
            return ((CommonEnabledState [])(results[0]));
        }
NetworkingInterfaces