Sun Java System Access Manager 7 2005Q4 C API Reference

am_properties_is_set()

Determines whether the object contains property with the specified name.

Syntax

#include "am_properties.h"
AM_EXPORT boolean_t
am_properties_is_set(am_properties_t properties,
                 const char *key);

Parameters

This function takes the following parameters:

properties

Handle to the properties object to be examined.

key

Name of the property to look up.

Returns

This function returns boolean_t with one of the following values:

!0

If the property has a value.

0

Otherwise