BizDocLibPropertyType Enumeration
This class and its members are reserved for internal use and are not intended to be used in your code.
Describes the property type in the document library.
Namespace: OBA.Server.Taskflow
Assembly: OBA.Server.Taskflow (in OBA.Server.Taskflow.dll)
Syntax
'Declaration
<SerializableAttribute> _
Public Enumeration BizDocLibPropertyType
'Usage
Dim instance As BizDocLibPropertyType
[SerializableAttribute]
public enum BizDocLibPropertyType
Members
Member name | Description | |
---|---|---|
String | Specifies the property type as a String. | |
Bool | Specifies the property type as a Boolean. | |
Integer | Specifies the property type as an Integer. | |
Double | Specifies the property type as a Double. | |
DateTime | Specifies the property type as a DateTime object. |