The IDLnetJPIP::GetProperty method returns information describing the properties of an IDLnetJPIP object in the supplied variable-keyword pairs.

This method will throw an error if there is a failure. Use a CATCH statement to trap errors.

Syntax


Obj ->[IDLnetJPIP::] GetProperty( [, PROPERTYNAME = value])

Return Value


None.

Arguments


None.

Keywords


PROPERTYNAME

You can retrieve any property listed under IDLnetJPIP Properties that contains the word "Yes" in the "Get" row of the properties table using this method. To retrieve the value of a property, specify the property name as a keyword set equal to a named variable that will contain the value of the property.

Version History


8.3

Introduced