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