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