HeadquartersImage Property |
Photo image in JPG or PNG format
Namespace: AMG.API.DefinitionsAssembly: AMG.API (in AMG.API.dll) Version: 2.0.0.0 (2.0.0.0)
Syntax public byte[] Image { get; set; }
Public Property Image As Byte()
Get
Set
public:
property array<unsigned char>^ Image {
array<unsigned char>^ get ();
void set (array<unsigned char>^ value);
}
member Image : byte[] with get, set
Property Value
Type:
ByteSee Also