Get(string,string) Method
Summary
Reads the property as a string.
Syntax
public string Get(
string name,
string def
)
Public Function [Get](
ByVal name As String,
ByVal def As String
) As String
public:
String^ Get(
String^ name,
String^ 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.