TermSetItem.SetCustomProperty method

Sets a custom property for a TermSetItem.

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

Syntax

'Declaration
Public MustOverride Sub SetCustomProperty ( _
    name As String, _
    value As String _
)
'Usage
Dim instance As TermSetItem
Dim name As String
Dim value As String

instance.SetCustomProperty(name, value)
public abstract void SetCustomProperty(
    string name,
    string value
)

Parameters

See also

Reference

TermSetItem class

TermSetItem members

Microsoft.SharePoint.Taxonomy namespace