Workspace.Title Property

Definition

Gets the atom:title element under the app:workspace element.

public:
 property ISyndicationText ^ Title { ISyndicationText ^ get(); };
ISyndicationText Title();
public ISyndicationText Title { get; }
var iSyndicationText = workspace.title;
Public ReadOnly Property Title As ISyndicationText

Property Value

The text of the title.

Applies to