Purpose
Sets the field ID in the container schema to be used when providing patterns for FindFirst for a Directory entry.
If this method doesn't set another field ID, the object name is used.
Syntax
ServerDirectory.SearchField (FieldID)
FieldID |
The ID of the field to use as a FindFirst pattern. |
Example
Dim sd as ServerDirectory
sd.SearchField (2345)
|