ArcFM Responder Mobile Developer Guide
GetValueAsBoolean Method






Syntax
'Declaration
 
Public Shared Function GetValueAsBoolean( _
   ByVal key As System.String, _
   Optional ByVal defaultValue As System.Boolean _
) As System.Boolean
'Usage
 
Dim key As System.String
Dim defaultValue As System.Boolean
Dim value As System.Boolean
 
value = ClientSystemConfiguration.GetValueAsBoolean(key, defaultValue)
public static System.bool GetValueAsBoolean( 
   System.string key,
   System.bool defaultValue
)
public function GetValueAsBoolean( 
    key: System.String;
    defaultValue: System.Boolean
): System.Boolean; static; 
public static function GetValueAsBoolean( 
   key : System.String,
   defaultValue : System.boolean
) : System.boolean;
public: static System.bool GetValueAsBoolean( 
   System.string* key,
   System.bool defaultValue
) 
public:
static System.bool GetValueAsBoolean( 
   System.String^ key,
   System.bool defaultValue
) 

Parameters

key
defaultValue
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

ClientSystemConfiguration Class
ClientSystemConfiguration Members

Send Feedback