_UserDefinedProperty.Type Property
Returns an OlUserPropertyType constant indicating the type of the UserDefinedProperty object. Read-only.
Namespace: Microsoft.Office.Interop.Outlook
Assembly: Microsoft.Office.Interop.Outlook (in Microsoft.Office.Interop.Outlook.dll)
Syntax
'Declaration
<DispIdAttribute()> _
ReadOnly Property Type As OlUserPropertyType
Get
'Usage
Dim instance As _UserDefinedProperty
Dim value As OlUserPropertyType
value = instance.Type
[DispIdAttribute()]
OlUserPropertyType Type { get; }
Property Value
Type: Microsoft.Office.Interop.Outlook.OlUserPropertyType