Function NnetRdSet() Foundation
Reads a property set.
NnetRdSet( <cObjectName> , ;
<nObjectType> , ;
<cPropertyName> , ;
[<cFileServer|nConnectID>] ; // Default: NnetSname()
) --> aObjectIDs
Returns a one dimensional array containing the numeric IDs of all bindery objects referenced in the property set. Use functions like NnetObjNam() or NnetObjTyp() to retrieve more information about the objects referenced in the property set.
The user must have read access to the property.
<cObjectName>
An uppercase string of max. 48 characters = the name of the bindery object which has the property <cPropertyName>.
<nObjectType>
#define constant from XBTNETW.CH beginning with OBJ_ is used to specify the object's type.
<cPropertyName>
An uppercase string of max. 15 characters = the property set's name.
If you see anything in the documentation that is not correct, does not match your experience with the particular feature or requires further clarification, please use this form to report a documentation issue.