iControl.ManagementSFlowGlobals.get_vlan_description C# (CSharp) Method

get_vlan_description() private method

private get_vlan_description ( ) : string
return string
        public string get_vlan_description(

	)
        {
            object [] results = this.Invoke("get_vlan_description", new object [0]);
            return ((string)(results[0]));
        }
ManagementSFlowGlobals