IStreamableField.StreamAccessorName Property
Gets the name of the MethodInstance that implements the access to the corresponding streamable field.
Namespace: Microsoft.BusinessData.Runtime
Assembly: Microsoft.BusinessData (in Microsoft.BusinessData.dll)
Syntax
'Declaration
ReadOnly Property StreamAccessorName As String
Get
'Usage
Dim instance As IStreamableField
Dim value As String
value = instance.StreamAccessorName
string StreamAccessorName { get; }
Property Value
Type: System.String
The name of the MethodInstance.