NuGet.Common.MSBuildProjectSystem.GetPropertyValue C# (CSharp) Méthode

GetPropertyValue() public méthode

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