iControl.NetworkingVLAN.get_mtu C# (CSharp) Method

get_mtu() private method

private get_mtu ( string vlans ) : long[]
vlans string
return long[]
        public long[] get_mtu(
		string [] vlans
	)
        {
            object [] results = this.Invoke("get_mtu", new object [] {
                vlans});
            return ((long [])(results[0]));
        }
NetworkingVLAN