ExtensionPartRecord<T>.UniqueIdentifier Property

Definition

Gets the unique part identifier. This can be used as a persistent opaque value across sessions.

public string UniqueIdentifier { get; }
member this.UniqueIdentifier : string
Public ReadOnly Property UniqueIdentifier As String

Property Value

Remarks

The value will remaining consistent as long as part is backed by the same service and contract.

Applies to