Retrieves the current value of a property.
public virtual bool GetProperty(const char * name, char * value)
name The name of the property to retreive. For a list of valid property names, see SetProperty.
value A buffer of at least DBSC_MAX_PROPERTY_LEN bytes where the value of the property is stored.
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.