Programming with Reflection
SLPScopedServicesOnly property
Syntax |
object.SLPScopedServicesOnly |
Data type |
Returns (first syntax line) or specifies (second syntax line) whether Reflection uses only scoped services.
When this property is True, and SLPScope is set to "*" (any scope), Reflection will only use services that have a scope. When this property is True and you have specified a particular scope, the only services available are those that have that particular scope. Do not set this property to True if SLPScope is set to "u*" (unscoped).
When this property is False, services that do not have a scope are available.
Note: This property is not available for connections over NetWare for SAA.
The default value is False.