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