Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
This member is reserved for internal use and is not intended to be used directly from your code.
Namespace: Microsoft.SharePoint.Taxonomy.WebServices
Assembly: Microsoft.SharePoint.Taxonomy (in Microsoft.SharePoint.Taxonomy.dll)
Syntax
'Declaration
<WebMethodAttribute> _
Public Function GetTermCustomProperty ( _
tsId As Guid, _
termSetId As Guid, _
termId As Guid, _
lcid As Integer _
) As TSMTReturnObject
'Usage
Dim instance As TaxonomyInternalService
Dim tsId As Guid
Dim termSetId As Guid
Dim termId As Guid
Dim lcid As Integer
Dim returnValue As TSMTReturnObject
returnValue = instance.GetTermCustomProperty(tsId, _
termSetId, termId, lcid)
[WebMethodAttribute]
public TSMTReturnObject GetTermCustomProperty(
Guid tsId,
Guid termSetId,
Guid termId,
int lcid
)
Parameters
tsId
Type: System.Guidterm store Guid
termSetId
Type: System.Guidparent term set Guid
termId
Type: System.Guidterm Guid
- lcid
Type: System.Int32
Return Value
Type: Microsoft.SharePoint.Taxonomy.WebServices.TSMTReturnObject