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