Returns true if the context contains a value for a given property.
Namespace:
Gallio.CommonAssembly: Gallio (in Gallio.dll) Version: 3.3.0.0 (3.3.610.0)
Syntax
| C# |
|---|
protected abstract bool HasPropertyImpl( string namespace, string identifier ) |
| Visual Basic (Declaration) |
|---|
Protected MustOverride Function HasPropertyImpl ( _ namespace As String, _ identifier As String _ ) As Boolean |
Parameters
- namespace
- Type: System..::.String
The property namespace, not null.
- identifier
- Type: System..::.String
The property identifier, not null.
