 | SecurityUserUserPhoto Property |
Gets or sets the binary representation of the user's photo
Namespace: SanteDB.Core.Model.SecurityAssembly: SanteDB.Core.Model (in SanteDB.Core.Model.dll) Version: 3.0.2081-alpha+0a330d5f5a5d3cb3e6e945ef530e94ac5671b49c
Syntaxpublic 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
Byte
See Also