Amazon.DataPipeline.Model.Field.IsSetRefValue C# (CSharp) Method

IsSetRefValue() private method

private IsSetRefValue ( ) : bool
return bool
        internal bool IsSetRefValue()
        {
            return this.refValue != null;
        }
    }