The PropertyBuilder class defines the properties for a type.
Object
PropertyBuilder
[Visual Basic] NotInheritable Public Class PropertyBuilder [C#] public sealed class PropertyBuilder [C++] public __gc __sealed class PropertyBuilder [JScript] public class PropertyBuilder
A PropertyBuilder is always associated with a TypeBuilder. The TypeBuilder.DefineProperty method will return a new PropertyBuilder to a client.
Namespace: System.Reflection.Emit
Assembly: mscorlib.dll