Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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