iControl.ManagementApplicationTemplate.set_description C# (CSharp) Method

set_description() private method

private set_description ( string templates, string values ) : void
templates string
values string
return void
        public void set_description(
		string [] templates,
		string [] values
	)
        {
            this.Invoke("set_description", new object [] {
                templates,
                values});
        }
ManagementApplicationTemplate