#SettingsFormat
##Properties
| Datatype | Property name | Property description | Default Value |
|---|---|---|---|
| String | Category | Gets the setting category on the Izenda.AdHoc.Settings page that the setting should appear on. | String.Empty |
| String | Description | Gets the description that is displayed on the Izenda.AdHoc.Settings page. | String.Empty |
| Boolean | LikePassword | Determines whether the field for the setting should be formatted like a password, with asterisks in place of the actual text. | False |
| Boolean | Show | Determines whether the setting is displayed to the viewer on the Izenda.AdHoc.Settings page. | True |
| Object | TypeId | When implemented in a derived class, gets a unique identifier for this System.Attribute. | null |
##Methods
###Equals(System.Object) Returns a value that indicates whether this instance is equal to a specified object.
Parameters:
- System.Object obj - An System.Object to compare with this instance or null.
Returns:
true if <paramref name="obj equals the type and value of this instance; otherwise, false.
###GetHashCode() Returns the hash code for this instance.
Returns:
A 32-bit signed integer hash code.
###GetType() Gets the System.Type of the current instance.
Returns:
The System.Type instance that represents the exact runtime type of the current instance.
###IsDefaultAttribute() When overridden in a derived class, indicates whether the value of this instance is the default value for the derived class.
Returns:
true if this instance is the default attribute for the class; otherwise, false.
###Match(System.Object) When overridden in a derived class, returns a value that indicates whether this instance equals a specified object.
Parameters:
- System.Object obj - An System.Object to compare with this instance of System.Attribute.
Returns:
true if this instance equals <paramref name="obj; otherwise, false.
###ToString() Returns a System.String that represents the current System.Object.
Returns:
A System.String that represents the current System.Object.
