iControl.NetworkingSTPGlobals.set_configuration_identifier C# (CSharp) Method

set_configuration_identifier() private method

private set_configuration_identifier ( string value ) : void
value string
return void
        public void set_configuration_identifier(
		string value
	)
        {
            this.Invoke("set_configuration_identifier", new object [] {
                value});
        }