Identity.TemporaryId Property

Returns the temporary part of the identity.

Namespace:  Microsoft.BusinessData.Runtime
Assembly:  Microsoft.BusinessData (in Microsoft.BusinessData.dll)

Syntax

'Declaration
Public ReadOnly Property TemporaryId As Guid
    Get
'Usage
Dim instance As Identity
Dim value As Guid

value = instance.TemporaryId
public Guid TemporaryId { get; }

Property Value

Type: System.Guid
The temporary part of the identity.

Remarks

The value of this property will be an empty GUID if the identity does not have a temporary part. This value identifies an internal identifier of the External Item used by the offline data cache.

Note

The value of this property is unique to the Metadata Store it is obtained from. It cannot be used with other Metadata Stores or on other computers.

See Also

Reference

Identity Class

Identity Members

Microsoft.BusinessData.Runtime Namespace