Amazon.SimpleWorkflow.Model.ActivityTypeInfo.IsSetDeprecationDate C# (CSharp) Метод

IsSetDeprecationDate() приватный Метод

private IsSetDeprecationDate ( ) : bool
Результат bool
        internal bool IsSetDeprecationDate()
        {
            return this.deprecationDate.HasValue;
        }
    }