Function NnetDelPrp() Foundation

Deletes a property from a bindery object.

Syntax
NnetDelPrp( <cObjectName>             , ;
            [<nObjectType>]           , ;  // Default: OBJ_USER
            <cPropertyName>           , ;
            [<cFileServer|nConnectID>]  ;  // Default: NnetSname()
          ) --> lSuccess
Return

Returns .T. if a property is successfully deleted from the specified bindery object or .F. in case of a failure (refer to NnetError() when deletion fails).

Description

The user must have write access to the property.

Feedback

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.