Amazon.CloudSearch.Model.IndexField.IsSetSourceAttributes C# (CSharp) Method

IsSetSourceAttributes() private method

private IsSetSourceAttributes ( ) : bool
return bool
        internal bool IsSetSourceAttributes()
        {
            return this.sourceAttributes.Count > 0;
        }
    }