EntityDescriptor.StreamDescriptors Property

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

Namespace:  System.Data.Services.Client
Assembly:  Microsoft.Data.Services.Client (in Microsoft.Data.Services.Client.dll)

Syntax

'Declaration
Public ReadOnly Property StreamDescriptors As ReadOnlyCollection(Of StreamDescriptor)
    Get
'Usage
Dim instance As EntityDescriptor 
Dim value As ReadOnlyCollection(Of StreamDescriptor)

value = instance.StreamDescriptors
public ReadOnlyCollection<StreamDescriptor> StreamDescriptors { get; }
public:
property ReadOnlyCollection<StreamDescriptor^>^ StreamDescriptors {
    ReadOnlyCollection<StreamDescriptor^>^ get ();
}
member StreamDescriptors : ReadOnlyCollection<StreamDescriptor>
function get StreamDescriptors () : ReadOnlyCollection<StreamDescriptor>

Property Value

Type: System.Collections.ObjectModel.ReadOnlyCollection<StreamDescriptor>
A ReadOnlyCollection<T> of StreamDescriptor objects that are the named binary data streams that belong to the entity.

See Also

Reference

EntityDescriptor Class

System.Data.Services.Client Namespace