_UserDefinedProperty.DisplayFormat Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Returns an Integer (int in C#) value that represents the display format for the UserDefinedProperty object. Read-only.
public:
property int DisplayFormat { int get(); };
public int DisplayFormat { get; }
Public ReadOnly Property DisplayFormat As Integer
Property Value
Remarks
The value of this property is a constant from an enumeration, where the enumeration is dependent on the value of the Type property for the UserDefinedProperty object:
Type value | DisplayFormat enumeration | |
olCombination | No enumeration available. This property always returns 1 for olCombination. | |
olCurrency | OlFormatCurrency | |
olDateTime | OlFormatDateTime | |
olDuration | OlFormatDuration | |
olEnumeration | OlFormatEnumeration | |
olFormula | No enumeration available. This property always returns 1 for olFormula. | |
olInteger | OlFormatInteger | |
olKeywords | OlFormatKeywords | |
olNumber | OlFormatNumber | |
olOutlookInternal | No enumeration available. This property always returns 1 for olOutlookInternal. | |
olPercent | OlFormatPercent | |
olSmartFrom | OlFormatSmartFrom | |
olText | OlFormatText | |
olYesNo | OlFormatYesNo |