StreamDescriptor.EntityDescriptor Property

The EntityDescriptor that represents the entity to which the named resource stream belongs.

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

Syntax

'Declaration
Public Property EntityDescriptor As EntityDescriptor 
    Get 
    Set
'Usage
Dim instance As StreamDescriptor 
Dim value As EntityDescriptor 

value = instance.EntityDescriptor

instance.EntityDescriptor = value
public EntityDescriptor EntityDescriptor { get; set; }
public:
property EntityDescriptor^ EntityDescriptor {
    EntityDescriptor^ get ();
    void set (EntityDescriptor^ value);
}
member EntityDescriptor : EntityDescriptor with get, set
function get EntityDescriptor () : EntityDescriptor 
function set EntityDescriptor (value : EntityDescriptor)

Property Value

Type: System.Data.Services.Client.EntityDescriptor
The EntityDescriptor of the entity.

See Also

Reference

StreamDescriptor Class

System.Data.Services.Client Namespace