NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

PropertyBuilder Class

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

Remarks

A PropertyBuilder is always associated with a TypeBuilder. The TypeBuilder.DefineProperty method will return a new PropertyBuilder to a client.

Requirements

Namespace: System.Reflection.Emit

Assembly: mscorlib.dll

See Also

PropertyBuilder Members | System.Reflection.Emit Namespace