UserProfileItemDataType Property |
Gets the data type of the profile item's value.
Namespace: ConnectedApps.Cms.EntitiesAssembly: ConnectedApps.Cms (in ConnectedApps.Cms.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic UserProfileDataType DataType { get; }
Public ReadOnly Property DataType As UserProfileDataType
Get
public:
property UserProfileDataType DataType {
UserProfileDataType get ();
}
member DataType : UserProfileDataType with get
Property Value
Type:
UserProfileDataType
See Also