Returns the person picture as an ISOPicture object.
Namespace:
SuperOffice.COM.Application
Assembly:
SOCRM.Interop (in SOCRM.Interop.dll) Version: 8.0.0.0
SyntaxISOPicture Picture { get; }
ReadOnly Property Picture As ISOPicture
Get
Dim instance As IPerson
Dim value As ISOPicture
value = instance.Picture
property ISOPicture^ Picture {
ISOPicture^ get ();
}
Property Value
Type:
ISOPicture
See Also