History  | 
SearchField (Directory) 
Minimum version: 4.0 
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) 
 Example 
Dim sd as ServerDirectory 
sd.SearchField (2345) 
 | ||||