ElementViewModel.IsNull Property

Gets a value indicating that the underlying ConfigurationElement is nulla null reference (Nothing in Visual Basic)

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

See Also

ElementViewModel Class

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