IStreamableFieldDescriptor.StreamAccessorName Property
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