Constructor allowing to specify just whether account info should
be set
Namespace:
Cloudster
Assembly:
Cloudster.CoreLib (in Cloudster.CoreLib.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C# |
---|
public Settings(
bool autoSetAccountInformation
) |
Visual Basic (Declaration) |
---|
Public Sub New ( _
autoSetAccountInformation As Boolean _
) |
Visual C++ |
---|
public:
Settings(
bool autoSetAccountInformation
) |
Parameters
- autoSetAccountInformation
- Type: System..::.Boolean
Specifies whether Account
Information should be set automatically
See Also