Gets a double value for a pre-defined or custom message store property.
Visual Basic
Public Function GetDoubleStoreProperty( _
ByVal propName As String _
) As Double
C#
public double GetDoubleStoreProperty(
string propName
);
propName The pre-defined or custom property name.
The double property value.
You can use this method to access pre-defined or user-defined client store properties.
For a list of pre-defined properties, see MessageStoreProperties class.
For more information, see Client message store properties.
QAException class - Thrown if there is a conversion error getting the property value or if the property does not exist.