ProxyGenerationResult.Assembly Property

Gets or sets the generated assembly.

Namespace:  Microsoft.BusinessData.Runtime
Assembly:  Microsoft.BusinessData (in Microsoft.BusinessData.dll)

Syntax

'Declaration
Public Property Assembly As Assembly
    Get
    Set
'Usage
Dim instance As ProxyGenerationResult
Dim value As [Assembly]

value = instance.Assembly

instance.Assembly = value
public Assembly Assembly { get; set; }

Property Value

Type: System.Reflection.Assembly

The generated assembly.

See Also

Reference

ProxyGenerationResult Class

ProxyGenerationResult Members

Microsoft.BusinessData.Runtime Namespace