Gets whether a specified alias is mapped.
Namespace:
Mindscape.LightSpeed.QueryingAssembly: Mindscape.LightSpeed (in Mindscape.LightSpeed.dll)
Version: 4.0.0.0 (4.0.0.0)
Syntax
| C# |
|---|
public bool Contains( string alias ) |
| Visual Basic (Declaration) |
|---|
Public Function Contains ( _ alias As String _ ) As Boolean |
Parameters
- alias
- Type: System..::.String
The alias to be tested for whether it is mapped.