Click or drag to resize
MsiSettings Class
Inheritance Hierarchy
SystemObject
  FDF.CommonMsiSettings

Namespace: FDF.Common
Assembly: FDF.Common (in FDF.Common.dll) Version: 3.0.0.0
Syntax
public class MsiSettings

The MsiSettings type exposes the following members.

Constructors
  NameDescription
Public methodMsiSettings
Initializes a new instance of the MsiSettings class
Top
Properties
  NameDescription
Public propertyAgivPassword
Public propertyAgivUsername
Public propertyBingKey
Public propertyCycloMediaKey
Public propertyFileName
Gets or sets all users' default settings file.
Public propertyGoogleKey
Public propertyIsDefault
Returns True if current user's default settings file is used, otherwise returns False.
Public propertyIsRemote
Returns True if shared settings are used, otherwise returns False.
Public propertyYahooKey
Top
Methods
  NameDescription
Public methodGetBoolean
Returns specified Boolean system variable.
Public methodGetColor
Returns specified Color system variable.
Public methodGetDateTime
Returns specified DateTime system variable.
Public methodGetDouble
Returns specified Double system variable.
Public methodGetEncryptedString
Returns specified String system variable.
Public methodGetFormState
Returns specified Form system variable.
Public methodGetInteger
Returns specified Int32 system variable.
Public methodGetPercentage
Returns specified percentage system variable.
Public methodGetString
Returns specified String system variable.
Public methodHasPrincipalRole
Public methodHasRegistryAccess
Public methodSetBoolean
Sets specified Boolean system variable.
Public methodSetColor
Sets specified Color system variable.
Public methodSetDateTime
Sets specified DateTime system variable.
Public methodSetDouble
Sets specified Double system variable.
Public methodSetEncryptedString
Sets specified String system variable.
Public methodSetFormState
Sets specified Form system variable.
Public methodSetInteger
Sets specified Int32 system variable.
Public methodSetPercentage
Sets specified percentage system variable.
Public methodSetString
Sets specified String system variable.
Top
Events
  NameDescription
Public eventChanged
Top
See Also