iControl.SecurityLogProfile.set_application_user_string C# (CSharp) Method

set_application_user_string() private method

private set_application_user_string ( string profile_names, string applications, string texts ) : void
profile_names string
applications string
texts string
return void
        public void set_application_user_string(
		string [] profile_names,
		string [] [] applications,
		string [] [] texts
	)
        {
            this.Invoke("set_application_user_string", new object [] {
                profile_names,
                applications,
                texts});
        }
SecurityLogProfile