UserProfileFieldType is defined in the Telligent.Evolution.Extensibility.Api.Entities.Version1 namespace of Telligent.Evolution.Platform.dll
UserProfileFieldType
Telligent.Evolution.Extensibility.Api.Entities.Version1
class UserProfileFieldType { int Id { get; set; } bool IsMultipleChoice { get; set; } bool IsSearchable { get; set; } string Name { get; set; } }
int
bool
string