Interface IWithDomain
Interface for content items with a domain.
Namespace: Tableau.Migration.Content
Assembly: Tableau.Migration.dll
Syntax
public interface IWithDomain
Properties
Domain
Gets the domain this item belongs to. Changes should be made through mapping.
Declaration
string Domain { get; }
Property Value
Type | Description |
---|---|
string |