Get(string,int) Method
Summary
Reads the property as an integer.
Syntax
public int Get(
string name,
int def
)
Public Function [Get](
ByVal name As String,
ByVal def As Integer
) As Integer
public:
Int32 Get(
String^ name,
Int32 def
)
Parameters
name
Name of the property to query.
def
Default value to return in case the property was not set.
Return Value
Value of the property.