Last updated 1 day ago
Was this helpful?
Method in
Gets a string property named name from this attribute, if present.
name
public readonly bool TryGetProperty(string name, [NotNullWhen(true)] out string? result)
string name
string
The name of the property.
string result
On return, the property's value if found, or null if not.
null
true if a property named name was found; false otherwise.
true
false