Get(string) Method
Summary
Reads the property as a string.
Syntax
public string Get(
string name
)
Public Function [Get](
ByVal name As String
) As String
public:
String^ Get(
String^ name
)
Parameters
name
Name of the property to query.
Return Value
Value of the property.