Information
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.

Namespace:   Microsoft.VisualStudio.TestTools.WebTesting
Assembly:  Microsoft.VisualStudio.QualityTools.WebTestFramework (in Microsoft.VisualStudio.QualityTools.WebTestFramework.dll)

public:
property DataBindingAccessMethod AccessMethod {
	DataBindingAccessMethod get();
	void set(DataBindingAccessMethod value);
}

For more information about the enumeration values for AccessMethod, see DataBindingAccessMethod.

Return to top
Show: