TermSetItem.Owner property

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

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

Syntax

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

value = instance.Owner

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

Property value

Type: System.String
Returns String.

Remarks

This property must be overridden.

See also

Reference

TermSetItem class

TermSetItem members

Microsoft.SharePoint.Taxonomy namespace