iControl.LocalLBProfileFastHttp.is_system_profile C# (CSharp) Method

is_system_profile() private method

private is_system_profile ( string profile_names ) : bool[]
profile_names string
return bool[]
        public bool[] is_system_profile(
		string [] profile_names
	)
        {
            object [] results = this.Invoke("is_system_profile", new object [] {
                profile_names});
            return ((bool [])(results[0]));
        }
LocalLBProfileFastHttp