iControl.ManagementApplicationTemplate.set_description C# (CSharp) 메소드

set_description() 개인적인 메소드

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