Click or drag to resize

ProfileAttributeType Enumeration

Represents an enum for Attribute type whether this attribute is custom or VG (VisualGuard's) default attribute

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 ProfileAttributeType
Members
  Member nameValueDescription
Custom0 Custom attribute
VG1 VisualGuard default attribute (ex. Firstname, Lastname)
See Also