iControl.LocalLBSNAT.get_vlan C# (CSharp) Method

get_vlan() private method

private get_vlan ( string snats ) : iControl.CommonVLANFilterList[]
snats string
return iControl.CommonVLANFilterList[]
        public CommonVLANFilterList[] get_vlan(
		string [] snats
	)
        {
            object [] results = this.Invoke("get_vlan", new object [] {
                snats});
            return ((CommonVLANFilterList [])(results[0]));
        }
LocalLBSNAT