Click or drag to resize

ModelBaseIdentifier Property

Gets the identifier.

Namespace:  Xcalibur.Extensions.MVVM.Models
Assembly:  Xcalibur.Extensions.MVVM (in Xcalibur.Extensions.MVVM.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public Guid Identifier { get; }

Property Value

Type: Guid
The identifier.

Implements

IModelBaseIdentifier
See Also