Share via


IEnvironmentalOverridesElement.IsElementPathReliableXPath Property

Gets a value indicating that this element's path is reliable.

Namespace:  Microsoft.Practices.EnterpriseLibrary.Configuration.Design.ViewModel
Assembly:  Microsoft.Practices.EnterpriseLibrary.Configuration.DesignTime (in Microsoft.Practices.EnterpriseLibrary.Configuration.DesignTime.dll)

Syntax

'Declaration
ReadOnly Property IsElementPathReliableXPath As Boolean
bool IsElementPathReliableXPath { get; }
property bool IsElementPathReliableXPath {
    bool get ();
}
function get IsElementPathReliableXPath () : boolean

Remarks

The element's xpath is used in serializes and deserializing overrides for an element and must be reliable for the element to participate in the environmental overrides capability.

See Also

IEnvironmentalOverridesElement Interface

Microsoft.Practices.EnterpriseLibrary.Configuration.Design.ViewModel Namespace