NuGet.Common.MSBuildProjectSystem.GetPropertyValue C# (CSharp) 메소드

GetPropertyValue() 공개 메소드

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