Interface IDescriptionContent
Interface for a content item that has a description.
Namespace: Tableau.Migration.Content
Assembly: Tableau.Migration.dll
Syntax
public interface IDescriptionContent
Properties
Description
Gets or sets the description.
Declaration
string Description { get; set; }
Property Value
Type | Description |
---|---|
string |