NuGet.Common.MSBuildProjectSystem.GetPropertyValue C# (CSharp) Method

GetPropertyValue() public method

public GetPropertyValue ( string propertyName ) : dynamic
propertyName string
return dynamic
        public dynamic GetPropertyValue(string propertyName)
        {
            return Project.GetPropertyValue(propertyName);
        }