Retrieves the current value of a property.
Public Function GetProperty( ByVal name As String, ByVal value As String ) As Boolean
public Boolean GetProperty(String name, out String value)
name The name of the property to retreive. For a list of valid property names, see SetProperty.
value On exit, the value of the property is stored in this variable.
True when the property was successfully received; otherwise, returns false. When false is returned, you can call the GetErrorInfo method for more information about the failure.