TermSetItem.DeleteCustomProperty method
Deletes a specific custom property from this item.
Namespace: Microsoft.SharePoint.Client.Taxonomy
Assembly: Microsoft.SharePoint.Client.Taxonomy (in Microsoft.SharePoint.Client.Taxonomy.dll)
Syntax
'Declaration
Public Overridable Sub DeleteCustomProperty ( _
name As String _
)
'Usage
Dim instance As TermSetItem
Dim name As String
instance.DeleteCustomProperty(name)
public virtual void DeleteCustomProperty(
string name
)
Parameters
name
Type: System.StringThe custom property to be deleted.