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 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.