TermSet.Stakeholders property

Gets the collection of stakeholders for the current TermSet object.

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

Syntax

'Declaration
Public ReadOnly Property Stakeholders As IEnumerable(Of String)
    Get
'Usage
Dim instance As TermSet
Dim value As IEnumerable(Of String)

value = instance.Stakeholders
public IEnumerable<string> Stakeholders { get; }

Property value

Type: System.Collections.Generic.IEnumerable<String>
The collection of stakeholders for the current TermSet

Remarks

A stakeholder is a user who has an interest in the current TermSet. A TermSet can have 0 or more stakeholders. The collection may be empty. The returned collection is read-only. To add a stakeholder, use the AddStakeholder(String) method.To delete a stakeholder, use the DeleteStakeholder(String) method.

See also

Reference

TermSet class

TermSet members

Microsoft.SharePoint.Client.Taxonomy namespace