PropertyMetadataCollection..::..TryGetValue Method
Attempts to fetch property metadata for the indicated property. Will not throw an error
if not found.
Namespace:
Tortuga.Anchor.MetadataAssembly: Tortuga.Anchor (in Tortuga.Anchor.dll)
Syntax
public bool TryGetValue( string propertyName, out Nullable<PropertyMetadata> value )
Public Function TryGetValue ( _ propertyName As String, _ <OutAttribute> ByRef value As Nullable(Of PropertyMetadata) _ ) As Boolean
Parameters
- propertyName
- Type: String
case insensitive property name
- value
- Type: Nullable<(Of <(<'PropertyMetadata>)>)>%
The value.