IStations.FindByName

Syntax

FindByName(Name: String): IStation;

Parameters

Name. Workstation name.

Description

The FindByName method returns a workstation from the collection by the specified name.

Comments

The method returns Null if the workstation with the specified name is not present in the local network.

Example

The method use is given in the example for IMetabasePolicy.StationsPolicy.

See also:

IStations | IDomainStations