System.Reflection.Emit.PropertyBuilder.Module Property

Gets the module in which the type that declares the current property is being defined.

Syntax

public override System.Reflection.Module Module { get; }

Value

Documentation for this section has not yet been entered.

Remarks

This property is provided as a convenience for the user. It is equivalent to using the PropertyBuilder.DeclaringType property to get the type in which the property is declared, and then calling the Type.Module property of the resulting Type object.

Requirements

Namespace: System.Reflection.Emit
Assembly: mscorlib (in mscorlib.dll)
Assembly Versions: 2.0.0.0, 4.0.0.0
Since: .NET 2.0