ICountrySelector<TOperations>.ByCountry(String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Customizes operations based on the given country.
public TOperations ByCountry (string country);
abstract member ByCountry : string -> 'Operations
Public Function ByCountry (country As String) As TOperations
Parameters
- country
- String
The country to be used by the returned operations.
Returns
TOperations
An operations interface customized for the provided country.