ElementReferenceProperty.GetEmptyValue Method
Gets the value to use when the referred to object is no longer available.
Namespace: Microsoft.Practices.EnterpriseLibrary.Configuration.Design.ViewModel
Assembly: Microsoft.Practices.EnterpriseLibrary.Configuration.DesignTime (in Microsoft.Practices.EnterpriseLibrary.Configuration.DesignTime.dll)
Syntax
'Declaration
Protected Overridable Function GetEmptyValue As String
protected virtual string GetEmptyValue()
protected:
virtual String^ GetEmptyValue()
protected function GetEmptyValue() : String
Return Value
The string representation of an empty-value for this element.
See Also
ElementReferenceProperty Class
Microsoft.Practices.EnterpriseLibrary.Configuration.Design.ViewModel Namespace