Share via


TermStore.ContentTypePublishingHub property

Gets the URI of the SPSite object used as the content type syndication hub, if it exists.

Namespace:  Microsoft.SharePoint.Taxonomy
Assembly:  Microsoft.SharePoint.Taxonomy (in Microsoft.SharePoint.Taxonomy.dll)

Syntax

'Declaration
Public ReadOnly Property ContentTypePublishingHub As Uri
    Get
'Usage
Dim instance As TermStore
Dim value As Uri

value = instance.ContentTypePublishingHub
public Uri ContentTypePublishingHub { get; }

Property value

Type: System.Uri
The URI of the SPSite used as the content type syndication hub, if it exists; a null reference (Nothing in Visual Basic) if the hub does not exist

See also

Reference

TermStore class

TermStore members

Microsoft.SharePoint.Taxonomy namespace