ElementCollectionViewModel.IsPolymorphicCollection Property
Gets or sets a value indicating if this collection contains polymorphic items.
Namespace: Microsoft.Practices.EnterpriseLibrary.Configuration.Design.ViewModel
Assembly: Microsoft.Practices.EnterpriseLibrary.Configuration.DesignTime (in Microsoft.Practices.EnterpriseLibrary.Configuration.DesignTime.dll)
Syntax
'Declaration
Public Property IsPolymorphicCollection As Boolean
public bool IsPolymorphicCollection { get; protected set; }
public:
property bool IsPolymorphicCollection {
bool get ();
void set (bool value);
}
public function get IsPolymorphicCollection () : boolean
public function set IsPolymorphicCollection (value : boolean)
Field Value
Returns truetrue (True in Visual Basic) if the collection maintains polymorphic items. Otherwise, returns falsefalse (False in Visual Basic).
See Also
ElementCollectionViewModel Class
Microsoft.Practices.EnterpriseLibrary.Configuration.Design.ViewModel Namespace