Sets a pre-defined or custom message store property to a int value.
Visual Basic Public Sub SetIntStoreProperty( _ ByVal propName As String, _ ByVal val As Integer _ )
C# public void SetIntStoreProperty( string propName, int val );
propName The pre-defined or custom property name.
val The int property value.
You can use this method to set 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.
Discuss this page in DocCommentXchange. Send feedback about this page using email. |
Copyright © 2009, iAnywhere Solutions, Inc. - SQL Anywhere 11.0.1 |