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 binary bytes of the compiled proxy code (which may represent one or more System.Reflection.Assemblies).
Namespace: Microsoft.BusinessData.Runtime
Assembly: Microsoft.BusinessData (in Microsoft.BusinessData.dll)
Syntax
'Declaration
Public Property CompiledBytes As Byte()
Get
Set
'Usage
Dim instance As ProxyGenerationResult
Dim value As Byte()
value = instance.CompiledBytes
instance.CompiledBytes = value
public byte[] CompiledBytes { get; set; }
Property Value
Type: []
The binary bytes of the compiled proxy code.
Remarks
Multiple assemblies are combined into a single collection of bytes.