MessageObjectPropertiesCollection.TryGetValue

MessageObjectPropertiesCollection.TryGetValue method

Tries to get value, by specified key.

public MessageObjectProperty TryGetValue(long propertyTag)
ParameterTypeDescription
propertyTagInt64The property tag.

Return Value

MessageObjectProperty object if operation succeeds, otherwise null.

See Also