GetInt Method
Summary
Reads the property as an integer.
Syntax
public int GetInt(
string name
)
Public Function GetInt(
ByVal name As String
) As Integer
public:
Int32 GetInt(
String^ name
)
Parameters
name
Name of the property to query.
Return Value
Integer value of the property.