Amazon.EC2.Model.DryRunResult.IsSetError C# (CSharp) Méthode

IsSetError() public méthode

public IsSetError ( ) : bool
Résultat bool
        public bool IsSetError()
        {
            return this.errorField != null;
        }
    }