iControl.NetworkingSTPGlobals.get_configuration_identifier C# (CSharp) Method

get_configuration_identifier() private method

private get_configuration_identifier ( ) : string
return string
        public string get_configuration_identifier(

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