MsiSettings Class |
Namespace: FDF.Common
The MsiSettings type exposes the following members.
Name | Description | |
---|---|---|
![]() | MsiSettings | Initializes a new instance of the MsiSettings class |
Name | Description | |
---|---|---|
![]() | AgivPassword | |
![]() | AgivUsername | |
![]() | BingKey | |
![]() | CycloMediaKey | |
![]() | FileName |
Gets or sets all users' default settings file.
|
![]() | GoogleKey | |
![]() | IsDefault |
Returns True if current user's default settings file is used,
otherwise returns False.
|
![]() | IsRemote |
Returns True if shared settings are used,
otherwise returns False.
|
![]() | YahooKey |
Name | Description | |
---|---|---|
![]() | GetBoolean |
Returns specified Boolean system variable.
|
![]() | GetColor |
Returns specified Color system variable.
|
![]() | GetDateTime |
Returns specified DateTime system variable.
|
![]() | GetDouble |
Returns specified Double system variable.
|
![]() | GetEncryptedString |
Returns specified String system variable.
|
![]() | GetFormState |
Returns specified Form system variable.
|
![]() | GetInteger |
Returns specified Int32 system variable.
|
![]() | GetPercentage |
Returns specified percentage system variable.
|
![]() | GetString |
Returns specified String system variable.
|
![]() | HasPrincipalRole | |
![]() | HasRegistryAccess | |
![]() | SetBoolean |
Sets specified Boolean system variable.
|
![]() | SetColor |
Sets specified Color system variable.
|
![]() | SetDateTime |
Sets specified DateTime system variable.
|
![]() | SetDouble |
Sets specified Double system variable.
|
![]() | SetEncryptedString |
Sets specified String system variable.
|
![]() | SetFormState |
Sets specified Form system variable.
|
![]() | SetInteger |
Sets specified Int32 system variable.
|
![]() | SetPercentage |
Sets specified percentage system variable.
|
![]() | SetString |
Sets specified String system variable.
|