Method TryGetValue
TryGetValue(string, out MetadataContainer)
Tries to get the MetadataContainer with the specified property name.
Declaration
public bool TryGetValue(string key, out MetadataContainer value)
Parameters
| Type | Name | Description |
|---|---|---|
| string | key | Name of the property. |
| MetadataContainer | value | The value. |
Returns
| Type | Description |
|---|---|
| bool |
|