ElementCollectionViewModel.CollectionElementType Property
The configuration element Types contained by this collection.
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 CollectionElementType As Type
public Type CollectionElementType { get; }
public:
property Type^ CollectionElementType {
Type^ get ();
}
public function get CollectionElementType () : Type
See Also
ElementCollectionViewModel Class
Microsoft.Practices.EnterpriseLibrary.Configuration.Design.ViewModel Namespace