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