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