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 the name of the MethodInstance that opens and returns the stream.
Namespace: Microsoft.BusinessData.Runtime
Assembly: Microsoft.BusinessData (in Microsoft.BusinessData.dll)
Syntax
'Declaration
ReadOnly Property StreamAccessorName As String
Get
'Usage
Dim instance As IStreamableFieldDescriptor
Dim value As String
value = instance.StreamAccessorName
string StreamAccessorName { get; }
Property Value
Type: System.String
Name of the MethodInstance.
See Also
Reference
IStreamableFieldDescriptor Interface