ElementViewModel.ElementId Property
Gets a unique identifier for this element.
Namespace: Microsoft.Practices.EnterpriseLibrary.Configuration.Design.ViewModel
Assembly: Microsoft.Practices.EnterpriseLibrary.Configuration.DesignTime (in Microsoft.Practices.EnterpriseLibrary.Configuration.DesignTime.dll)
Syntax
'Declaration
Public ReadOnly Property ElementId As Guid
public Guid ElementId { get; }
public:
property Guid ElementId {
Guid get ();
}
public function get ElementId () : Guid
Remarks
This identifier is unique within the lifetime of this element instance, but is not persisted in any way.
See Also
Microsoft.Practices.EnterpriseLibrary.Configuration.Design.ViewModel Namespace