Amazon.SimpleWorkflow.Model.RegisterDomainRequest.IsSetWorkflowExecutionRetentionPeriodInDays C# (CSharp) Method

IsSetWorkflowExecutionRetentionPeriodInDays() private method

private IsSetWorkflowExecutionRetentionPeriodInDays ( ) : bool
return bool
        internal bool IsSetWorkflowExecutionRetentionPeriodInDays()
        {
            return this.workflowExecutionRetentionPeriodInDays != null;
        }