iControl.ManagementOCSPResponder.set_description C# (CSharp) Method

set_description() private method

private set_description ( string responders, string descriptions ) : void
responders string
descriptions string
return void
        public void set_description(
		string [] responders,
		string [] descriptions
	)
        {
            this.Invoke("set_description", new object [] {
                responders,
                descriptions});
        }
ManagementOCSPResponder