The following tables list the members exposed by BaseFullAccessProvider.PropertyInfo.
Name | Description | |
---|---|---|
BaseFullAccessProvider.PropertyInfo Constructor | Overloaded. |
Name | Description | |
---|---|---|
AllowedValues | If set then these are the only allowed value for this value. If Required is false, then the empty string is also allowed. | |
DefaultValue | The default value for this property. Set to null if none. | |
Description | A tooltip length description of this property. | |
IsPassword | true if this is a password and should be displayed as *****. | |
Key | The key= part of this property in the connection string. | |
Prompt | The prompt for this property. This can be different from the Key. | |
PropType | The type for the value. While the connection string is all text, if this is Int32 for example, then the string for the value for this needs to be in the form "123". |