ProxyGenerationResult.SourceCode Property
Gets or sets the source code of the proxy.
Namespace: Microsoft.BusinessData.Runtime
Assembly: Microsoft.BusinessData (in Microsoft.BusinessData.dll)
Syntax
'Declaration
Public Property SourceCode As String
Get
Set
'Usage
Dim instance As ProxyGenerationResult
Dim value As String
value = instance.SourceCode
instance.SourceCode = value
public string SourceCode { get; set; }
Property Value
Type: System.String
The source code of the proxy.