Share via


EntityDescriptor.StreamDescriptors Property

Definition

Returns a collection of named binary data streams that belong to the entity.

public System.Collections.ObjectModel.ReadOnlyCollection<Microsoft.OData.Client.StreamDescriptor> StreamDescriptors { get; }
member this.StreamDescriptors : System.Collections.ObjectModel.ReadOnlyCollection<Microsoft.OData.Client.StreamDescriptor>
Public ReadOnly Property StreamDescriptors As ReadOnlyCollection(Of StreamDescriptor)

Property Value

A ReadOnlyCollection<T> of StreamDescriptor objects that are the named binary data streams that belong to the entity.

Applies to