IDomainCollection.ByDomain(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.
Obtains a specific domain behavior.
public Microsoft.Store.PartnerCenter.Domains.IDomain ByDomain (string domain);
abstract member ByDomain : string -> Microsoft.Store.PartnerCenter.Domains.IDomain
Public Function ByDomain (domain As String) As IDomain
Parameters
- domain
- String
The domain.
Returns
The domain operations.