| SecurityUserUserPhoto Property |
Gets or sets the binary representation of the user's photo
Namespace:
SanteDB.Core.Model.Security
Assembly:
SanteDB.Core.Model (in SanteDB.Core.Model.dll) Version: 2.2.1
Syntax public byte[] UserPhoto { get; set; }
Public Property UserPhoto As Byte()
Get
Set
public:
property array<unsigned char>^ UserPhoto {
array<unsigned char>^ get ();
void set (array<unsigned char>^ value);
}
member UserPhoto : byte[] with get, set
Property Value
Type:
ByteSee Also