DefaultCollectionElementAddCommand.ConfigurationElementType Property
Gets the ConfigurationElementType being added to the collection.
Namespace: Microsoft.Practices.EnterpriseLibrary.Configuration.Design.ViewModel
Assembly: Microsoft.Practices.EnterpriseLibrary.Configuration.DesignTime (in Microsoft.Practices.EnterpriseLibrary.Configuration.DesignTime.dll)
Syntax
'Declaration
Public Overridable Property ConfigurationElementType As Type
public virtual Type ConfigurationElementType { get; private set; }
public:
virtual property Type^ ConfigurationElementType {
Type^ get ();
void set (Type^ value);
}
public function get ConfigurationElementType () : Type
public function set ConfigurationElementType (value : Type)
See Also
DefaultCollectionElementAddCommand Class
Microsoft.Practices.EnterpriseLibrary.Configuration.Design.ViewModel Namespace