Gets a string value for a pre-defined or custom message store property.
Visual Basic Public Function GetStringStoreProperty( _ ByVal propName As String _ ) As String
C# public string GetStringStoreProperty( string propName );
propName The pre-defined or custom property name.
The string property value or null if the property does not exist.
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.
Send feedback about this page via email or DocCommentXchange | Copyright © 2008, iAnywhere Solutions, Inc. - SQL Anywhere 11.0.0 |