iControl.ManagementLicenseAdministration.is_evaluation_license C# (CSharp) Method

is_evaluation_license() private method

private is_evaluation_license ( ) : bool
return bool
        public bool is_evaluation_license(

	)
        {
            object [] results = this.Invoke("is_evaluation_license", new object [0]);
            return ((bool)(results[0]));
        }