Share via


TermSet.DeleteCustomProperty method

Deletes a custom property from the TermSet object.

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

Syntax

'Declaration
Public Overrides Sub DeleteCustomProperty ( _
    name As String _
)
'Usage
Dim instance As TermSet
Dim name As String

instance.DeleteCustomProperty(name)
public override void DeleteCustomProperty(
    string name
)

Parameters

Exceptions

Exception Condition
UnauthorizedAccessException

The current user has insufficient permissions to perform this operation. The current user must have EditTermSet permission.

See also

Reference

TermSet class

TermSet members

Microsoft.SharePoint.Taxonomy namespace