iControl.NetworkingProfileVXLAN.get_encapsulation_type C# (CSharp) Method

get_encapsulation_type() private method

private get_encapsulation_type ( string profile_names ) : iControl.NetworkingProfileVXLANProfileVXLANEncapsulationType[]
profile_names string
return iControl.NetworkingProfileVXLANProfileVXLANEncapsulationType[]
        public NetworkingProfileVXLANProfileVXLANEncapsulationType[] get_encapsulation_type(
		string [] profile_names
	)
        {
            object [] results = this.Invoke("get_encapsulation_type", new object [] {
                profile_names});
            return ((NetworkingProfileVXLANProfileVXLANEncapsulationType [])(results[0]));
        }