Click or drag to resize
RawImportableElementDefinitionObjectID Property
Gets the object ID, which is the unique ID for this instance. This is necessary for identifying the data in this element in lookup tables when this object's data is used as key. The object itself isn't usable because it's serialized/deserialized across appdomain boundaries.

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)
Syntax
public Guid ObjectID { get; }

Property Value

Type: Guid
See Also