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