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.
Gets the type in which the property should be displayed in UI.
Namespace: Microsoft.BusinessData.Runtime
Assembly: Microsoft.BusinessData (in Microsoft.BusinessData.dll)
Syntax
'Declaration
Public ReadOnly Property DisplayType As Type
Get
'Usage
Dim instance As AdministrableProperty
Dim value As Type
value = instance.DisplayType
public Type DisplayType { get; }
Property Value
Type: System.Type
The type of the property.
Remarks
The display type describes how the property should be displayed. For example, the property type may be a string but the display type can be an enumeration. In this case, the configuration UI can display a set of acceptable values for the property.