iControl.SecurityLogProfile.set_network_field_format C# (CSharp) Method

set_network_field_format() private method

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