Picture id (binary object id) in the database. You can set this id if you want two pictures to share the same binary object.
Namespace:
SuperOffice.COM.Application
Assembly:
SOCRM.Interop (in SOCRM.Interop.dll) Version: 8.0.0.0
SyntaxProperty Id As Integer
Get
Set
Dim instance As ISOPicture
Dim value As Integer
value = instance.Id
instance.Id = value
property int Id {
int get ();
void set (int value);
}
Property Value
Type:
Int32
See Also