Nuta
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować się zalogować lub zmienić katalog.
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować zmienić katalogi.
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.