Amazon.SimpleWorkflow.Model.ActivityTypeInfo.IsSetDeprecationDate C# (CSharp) Method

IsSetDeprecationDate() private method

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