ImportableDerivedModelObjectID Property |
Gets or sets the object identifier of the real object which was imported. This ID can be compared with the
destination set, to see whether it's indeed the same object. Is set to a new Guid by default.
Namespace:
SD.LLBLGen.Pro.ApplicationCore.Extensibility.DataImport
Assembly:
SD.LLBLGen.Pro.ApplicationCore (in SD.LLBLGen.Pro.ApplicationCore.dll) Version: 5.3.0.0 (5.3.0)
Syntaxpublic Guid ObjectID { get; set; }
Public Property ObjectID As Guid
Get
Set
Property Value
Type:
Guid
See Also