MetalamaAPI documentationAspect APIMetalama.​Framework.​ProjectIProjectTry­Get­Property
Open sandboxFocus

IProject.TryGetProperty Method

TryGetProperty(String, out String)

Gets the set of properties passed from MSBuild. To expose an MSBuild property to this collection, define the CompilerVisibleProperty item.

Declaration
bool TryGetProperty(string name, out string value)
Parameters
Type Name Description
System.String name
System.String value
Returns
Type Description
System.Boolean
See Also