The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
DataSourceTable::AccessMethod Property
Gets or sets the DataBindingAccessMethod enumeration value: either Sequential, Random, or Unique.
Assembly: Microsoft.VisualStudio.QualityTools.WebTestFramework (in Microsoft.VisualStudio.QualityTools.WebTestFramework.dll)
public: property DataBindingAccessMethod AccessMethod { DataBindingAccessMethod get(); void set(DataBindingAccessMethod value); }
Property Value
Type: Microsoft.VisualStudio.TestTools.WebTesting::DataBindingAccessMethodThe DataBindingAccessMethod enumeration value
For more information about the enumeration values for AccessMethod, see DataBindingAccessMethod.
Show: