DateBiased Property
Gets or sets whether we should use the "Date biased" approach of gathering dependencies.
Syntax
public System.bool DateBiased {get; set;}Public 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.