sGetPropertyDisplayName - Solution Sites Routine

This function gets the display name for a catalog property when available. Otherwise it returns the property column name.

Definition

Function sGetPropertyDisplayName(
  byVal sPropName)

Parameters

  • sPropName
    A string containing the name of the property.

Return Value

A string containing either the property's display name attribute, if it was set, or the name of the property.

Defined in File

product.asp

Routines Called

None.

Called By

htmRenderUserDefinedProductProperties

htmRenderVariantsList

Copyright © 2005 Microsoft Corporation.
All rights reserved.