Navigation:  Classes > bArrayServer >

bArrayServer:PropertyGet()

Print this Topic    Previous pageReturn to chapter overviewNext page

Purpose

Returns a property for a defined value.

Class

bArrayServer

Type

Method

Syntax

<oArrayServer>:PropertyGet(

<symProperty>,

[<uDefault>]

) Æ uValue

Arguments

<symProperty>The name of the property for which a value is to be returned.
Data Type:Symbol

 

<uDefault>The default value that is to be returned if no value is defined.
Data Type:Usual

Return Value

uValueThe value that is defined for the property.
Data Type:Usual

Description

bArrayServer:PropertyGet() determines the value for a defined property. If no value is defined for the property, the value NIL is returned. Whether or not a property is defined can be determined with the method bArrayServer:PropertyExist().

See Also

bArrayServer:PropertyDelete()

bArrayServer:PropertyExist()

bArrayServer:PropertyPut()

 


Page url: http://www.YOURSERVER.com/index.html?barrayserver_propertyget.htm