Amazon.SimpleWorkflow.Model.ActivityTypeInfo.IsSetDeprecationDate C# (CSharp) Méthode

IsSetDeprecationDate() private méthode

private IsSetDeprecationDate ( ) : bool
Résultat bool
        internal bool IsSetDeprecationDate()
        {
            return this.deprecationDate.HasValue;
        }
    }