Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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.