ProxyGenerationResult.Assembly - Propriété
Obtient ou définit l'assembly généré.
Espace de noms : Microsoft.BusinessData.Runtime
Assembly : Microsoft.BusinessData (dans Microsoft.BusinessData.dll)
Syntaxe
'Déclaration
Public Property Assembly As Assembly
Get
Set
'Utilisation
Dim instance As ProxyGenerationResult
Dim value As [Assembly]
value = instance.Assembly
instance.Assembly = value
public Assembly Assembly { get; set; }
Valeur de propriété
Type : System.Reflection.Assembly
L'assembly généré.