EnvironmentOverriddenElementPayload.Exists 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 Exists As Boolean
public bool Exists { get; }
public:
property bool Exists {
bool get ();
}
public function get Exists () : boolean