Amazon.SimpleDB.Model.ReplaceableAttribute.IsSetReplace C# (CSharp) Method

IsSetReplace() private method

private IsSetReplace ( ) : bool
return bool
        internal bool IsSetReplace()
        {
            return this.replace.HasValue;
        }
    }