<PackageReference Include="System.Reflection.Emit" Version="4.6.0-preview7.19362.9" />

System.Reflection.Emit.PropertyBuilder

public sealed class PropertyBuilder : PropertyInfo
Defines the properties for a type.
namespace System.Reflection.Emit { public sealed class PropertyBuilder : PropertyInfo { public void AddOtherMethod(MethodBuilder mdBuilder); public void SetConstant(object defaultValue); public void SetCustomAttribute(ConstructorInfo con, byte[] binaryAttribute); public void SetCustomAttribute(CustomAttributeBuilder customBuilder); public void SetGetMethod(MethodBuilder mdBuilder); public void SetSetMethod(MethodBuilder mdBuilder); } }