NavigationTermSetItem.GetCustomizableStringCustomValue method
This member is reserved for internal use and is not intended to be used directly from your code.
Namespace: Microsoft.SharePoint.Publishing.Navigation
Assembly: Microsoft.SharePoint.Publishing (in Microsoft.SharePoint.Publishing.dll)
Syntax
'Declaration
Protected MustOverride Function GetCustomizableStringCustomValue ( _
propertyId As Enum _
) As String
'Usage
Dim propertyId As Enum
Dim returnValue As String
returnValue = Me.GetCustomizableStringCustomValue(propertyId)
protected abstract string GetCustomizableStringCustomValue(
Enum propertyId
)
Parameters
- propertyId
Type: System.Enum
Return value
Type: System.String