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

SQL Anywhere 10.0.1 » MobiLink - Server Administration » Writing Synchronization Scripts in Java » MobiLink server API for Java Reference » ServerContext interface

getPropertiesByVersion method Next Page

getPropertySetNames method


Syntax

public java.util.Properties getPropertySetNames(
java.lang.String component_name )

Remarks

Returns the list of property set names for a given component. These are stored in the MobiLink system table ml_property.

Parameters
Returns

The list of property set names for the given component.

See also