3dak Client

Contact.Id Property

Internal Id of Contact in Database

[Visual Basic]
Public Property ReadOnly Int64 As 
[C#]
public long Int64 { get; }
[C++]
public: __property  get_Int64();
[JScript]
public function get Int64() : long

Remarks

There can be two Contacts that share the same unique Id, a distinction must be made through Location Property

See Also

Contact Class | ppm3dakClient.Contacts Namespace