Amazon.Batch.Model.Ulimit.IsSetSoftLimit C# (CSharp) Method

IsSetSoftLimit() private method

private IsSetSoftLimit ( ) : bool
return bool
        internal bool IsSetSoftLimit()
        {
            return this._softLimit.HasValue; 
        }