IDomain Interface
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.
Represents the behavior of a domain.
public interface IDomain : Microsoft.Store.PartnerCenter.GenericOperations.IEntityExistsOperations, Microsoft.Store.PartnerCenter.IPartnerComponent, Microsoft.Store.PartnerCenter.IPartnerComponent<string>
type IDomain = interface
interface IPartnerComponent
interface IPartnerComponent<string>
interface IEntityExistsOperations
Public Interface IDomain
Implements IEntityExistsOperations, IPartnerComponent, IPartnerComponent(Of String)
- Implements
Properties
Context |
Gets the component context object. (Inherited from IPartnerComponent<TContext>) |
Partner |
Gets a reference to the partner operations instance that generated this component. (Inherited from IPartnerComponent<TContext>) |
Methods
Exists() |
Checks if the domain is available or not. |
ExistsAsync() |
Asynchronously checks if the domain is available or not. |