AMEEClient.Model.AmeeItem.ValueRefs C# (CSharp) Method

ValueRefs() public method

public ValueRefs ( ) : List
return List
        public List<AmeeObjectReference> ValueRefs()
        {
            throw new NotImplementedException();
        }

Same methods

AmeeItem::ValueRefs ( bool fetchIfNotFetched ) : List