PropertyDescriptorDataType Property |
The property value type, as described in [MS-OXCDATA], that specifies the type of values allowed for the property.
Namespace:
Aspose.Email.Mapi
Assembly:
Aspose.Email (in Aspose.Email.dll) Version: 20.2
Syntaxpublic PropertyDataType DataType { get; }
Public ReadOnly Property DataType As PropertyDataType
Get
public:
property PropertyDataType DataType {
PropertyDataType get ();
}
member DataType : PropertyDataType with get
Property Value
Type:
PropertyDataType
See Also