Amazon.AutoScaling.Model.DeleteAutoScalingGroupRequest.IsSetForceDelete C# (CSharp) Method

IsSetForceDelete() private method

private IsSetForceDelete ( ) : bool
return bool
        internal bool IsSetForceDelete()
        {
            return this.forceDelete.HasValue;
        }