Amazon.SimpleWorkflow.Model.WorkflowTypeInfo.IsSetDeprecationDate C# (CSharp) 메소드

IsSetDeprecationDate() 개인적인 메소드

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