iControl.ManagementSMTPConfiguration.get_auth_enabled_state C# (CSharp) Méthode

get_auth_enabled_state() private méthode

private get_auth_enabled_state ( string configs ) : CommonEnabledState[]
configs string
Résultat CommonEnabledState[]
        public CommonEnabledState[] get_auth_enabled_state(
		string [] configs
	)
        {
            object [] results = this.Invoke("get_auth_enabled_state", new object [] {
                configs});
            return ((CommonEnabledState [])(results[0]));
        }