ReleaseBiased Property
Gets if we should use the "Release biased" approach of gathering dependencies.
Syntax
System.bool ReleaseBiased {get;}ReadOnly Property ReleaseBiased As System.BooleanRemarks
When set to true, this will turn off DateBiased, since only either DateBiased or ReleaseBiased gathering can be done. ReleaseBiased only applies for when VersionGatheringOption is Latest or Revision