DisplayPropertyType Enumeration
For the latest version of Commerce Server 2007 Help, see the Microsoft Web site.
Specifies the type of display property.
Namespace: Microsoft.CommerceServer.Marketing
Assembly: Microsoft.CommerceServer.Marketing.CrossTierTypes (in Microsoft.CommerceServer.Marketing.CrossTierTypes.dll)
Syntax
'Declaration
<ComVisibleAttribute(False)> _
Public Enumeration DisplayPropertyType
'Usage
Dim instance As DisplayPropertyType
[ComVisibleAttribute(false)]
public enum DisplayPropertyType
[ComVisibleAttribute(false)]
public enum class DisplayPropertyType
public enum DisplayPropertyType
Members
Member name | Description | |
---|---|---|
NoUI | This display property has no UI appearance. | |
Text | This display property is presented as text. | |
TextArea | This display property is presented as a text box. | |
Number | This display property is presented as a number. |
Remarks
The enumeration to specify the type of display property.