Share via


TermSetItem.Owner property

Gets the name of the user who is responsible for the TaxonomyItem object.

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

Syntax

'Declaration
Public Property Owner As String
    Get
    Set
'Usage
Dim instance As TermSetItem
Dim value As String

value = instance.Owner

instance.Owner = value
public string Owner { get; set; }

Property value

Type: System.String

Remarks

This property must be overridden.

See also

Reference

TermSetItem class

TermSetItem members

Microsoft.SharePoint.Client.Taxonomy namespace