iControl.GlobalLBDNSSECKey.get_type C# (CSharp) Method

get_type() private method

private get_type ( string keys ) : GlobalLBDNSSECKeyKeyType[]
keys string
return GlobalLBDNSSECKeyKeyType[]
        public GlobalLBDNSSECKeyKeyType[] get_type(
		string [] keys
	)
        {
            object [] results = this.Invoke("get_type", new object [] {
                keys});
            return ((GlobalLBDNSSECKeyKeyType [])(results[0]));
        }
GlobalLBDNSSECKey