Click or drag to resize

VGProfileDataType Enumeration

Represents an enum for profile attribute datatype (ex. string, integer, double etc)

Namespace:  Novalys.VisualGuard.Security.UserProfile
Assembly:  Novalys.VisualGuard.Security (in Novalys.VisualGuard.Security.dll) Version: 2019.1.831.19 (2019.1.0831.19)
Syntax
public enum VGProfileDataType
Members
  Member nameValueDescription
String0 String datatype
Integer1 Integer datatype
Double2 Double datatype
DateTime3 DateTime datatype
Boolean4 Boolean datatype
Image5 Image datatype
DropDownList6 DropDown list datatype
BinaryData7 Binary data datatype
See Also