Share via


Term.DeleteLocalCustomProperty method

Deletes a local custom property from the current object.

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

Syntax

'Declaration
Public Sub DeleteLocalCustomProperty ( _
    name As String _
)
'Usage
Dim instance As Term
Dim name As String

instance.DeleteLocalCustomProperty(name)
public void DeleteLocalCustomProperty(
    string name
)

Parameters

Exceptions

Exception Condition
UnauthorizedAccessException

The user must have the EditTerm permission to edit this term to perform this operation.

See also

Reference

Term class

Term members

Microsoft.SharePoint.Taxonomy namespace