iControl.SecurityLogProfile.get_application_fields C# (CSharp) Method

get_application_fields() private method

private get_application_fields ( string profile_names, string applications ) : string[][][]
profile_names string
applications string
return string[][][]
        public string[][][] get_application_fields(
		string [] profile_names,
		string [] [] applications
	)
        {
            object [] results = this.Invoke("get_application_fields", new object [] {
                profile_names,
                applications});
            return ((string [] [] [])(results[0]));
        }
SecurityLogProfile