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
name
Type: System.StringThe name of the property.
value
Type: System.StringThe value of the property.