Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.

SQL Anywhere 11.0.0 » QAnywhere » QAnywhere API Reference » QAnywhere .NET API reference » iAnywhere.QAnywhere.Client namespace (.NET 2.0) » QAMessage interface

 

GetPropertyType method

Returns the property type of the given property.

Syntax
Visual Basic
Public Function GetPropertyType( _
   ByVal propName As String _
) As PropertyType
C#
public PropertyType GetPropertyType(
   string  propName
);
Parameters
  • propName   The name of the property.

Return value

The property type.