TermSetItem.SetCustomProperty method

Sets a custom property for the TermSetItem object.

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

Syntax

'Declaration
Public Overridable 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 virtual void SetCustomProperty(
    string name,
    string value
)

Parameters

See also

Reference

TermSetItem class

TermSetItem members

Microsoft.SharePoint.Client.Taxonomy namespace