TwclNlmConnectionProperty Enumeration

The enumeration is a set of flags that define changes made to the properties of a network connection.

Namespace: wclNlm
type
 TwclNlmConnectionProperty = (
 nlmAuthentication
 );

The TwclNlmConnectionProperty type exposes the following members.

Show:
 NameDescription
nlmAuthentication

The Authentication (Domain Type) of this Network Connection has changed.

Top