PublicUserProfilePicture Property |
Profile picture of the user.
Namespace:
Aloe.EnterpriseOne.Model.Systems.External
Assembly:
Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntaxpublic byte[] ProfilePicture { get; set; }
Public Property ProfilePicture As Byte()
Get
Set
public:
property array<unsigned char>^ ProfilePicture {
array<unsigned char>^ get ();
void set (array<unsigned char>^ value);
}
member ProfilePicture : byte[] with get, set
Property Value
Type:
Byte
See Also