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