The following tables list the members exposed by AddInsSettings.
Name | Description | |
---|---|---|
SectionName | The name of the data configuration section. |
Name | Description | |
---|---|---|
ConnectionName | Gets or sets a string containing the name of the connection used by the Workstation AddIns. | |
ElementInformation | (Inherited from System.Configuration.ConfigurationElement) | |
Instance | (Read only) Gets an instance of the AddInsSettings defined in the configuration file. | |
LockAllAttributesExcept | (Inherited from System.Configuration.ConfigurationElement) | |
LockAllElementsExcept | (Inherited from System.Configuration.ConfigurationElement) | |
LockAttributes | (Inherited from System.Configuration.ConfigurationElement) | |
LockElements | (Inherited from System.Configuration.ConfigurationElement) | |
LockItem | (Inherited from System.Configuration.ConfigurationElement) | |
SectionInformation | (Inherited from System.Configuration.ConfigurationSection) | |
ServicesConnections | Gets a collection of configured ServiceConnectionConfigurationElement |
Name | Description | |
---|---|---|
ElementProperty | (Inherited from System.Configuration.ConfigurationElement) | |
EvaluationContext | (Inherited from System.Configuration.ConfigurationElement) | |
Item | Overloaded. (Inherited from System.Configuration.ConfigurationElement) | |
Properties | (Inherited from System.Configuration.ConfigurationElement) |
Name | Description | |
---|---|---|
Equals | (Inherited from System.Configuration.ConfigurationElement) | |
GetHashCode | (Inherited from System.Configuration.ConfigurationElement) | |
GetSchema | (Inherited from Microsoft.Practices.EnterpriseLibrary.Common.Configuration.SerializableConfigurationSection) | |
IsReadOnly | Overridden. Gets a value indicating whether the AddInsSettings object is read-only. (Inherited from ConfigurationElement). | |
ReadXml | (Inherited from Microsoft.Practices.EnterpriseLibrary.Common.Configuration.SerializableConfigurationSection) | |
WriteXml | (Inherited from Microsoft.Practices.EnterpriseLibrary.Common.Configuration.SerializableConfigurationSection) |
Top