ExtensionPartRecord<T>.UniqueIdentifier Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.