Amazon.DynamoDBv2.Model.AttributeValue.IsSetNS C# (CSharp) Method

IsSetNS() private method

private IsSetNS ( ) : bool
return bool
        internal bool IsSetNS()
        {
            return this._ns != null && this._ns.Count > 0; 
        }