| 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.1.0.0 (5.1.0)
Syntaxpublic Guid ObjectID { get; }Public ReadOnly Property ObjectID As Guid
	Get
Property Value
Type: 
Guid
See Also