iControl.ManagementTMOSModule.get_descriptive_name C# (CSharp) Method

get_descriptive_name() private method

private get_descriptive_name ( CommonTMOSModule modules ) : string[]
modules CommonTMOSModule
return string[]
        public string[] get_descriptive_name(
		CommonTMOSModule [] modules
	)
        {
            object [] results = this.Invoke("get_descriptive_name", new object [] {
                modules});
            return ((string [])(results[0]));
        }