Term.DeleteLocalCustomProperty method
Deletes a local custom property from the current object.
Namespace: Microsoft.SharePoint.Client.Taxonomy
Assembly: Microsoft.SharePoint.Client.Taxonomy (in Microsoft.SharePoint.Client.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
name
Type: System.StringThe name of the custom property.
Exceptions
Exception | Condition |
---|---|
UnauthorizedAccessException | The user must have the EditTerm permission to edit this term to perform this operation. |