EnvironmentOverriddenElementReference.ElementId Property
Namespace: Microsoft.Practices.EnterpriseLibrary.Configuration.Design.ViewModel.BlockSpecifics.EnvironmentalOverrides
Assembly: Microsoft.Practices.EnterpriseLibrary.Configuration.DesignTime (in Microsoft.Practices.EnterpriseLibrary.Configuration.DesignTime.dll)
Syntax
'Declaration
Public ReadOnly Property ElementId As Nullable(Of Guid)
public Nullable<Guid> ElementId { get; }
public:
property Nullable<Guid> ElementId {
Nullable<Guid> get ();
}
public function get ElementId () : Nullable<Guid>