Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the EntityDescriptor or LinkDescriptor modified by a change operation.
Namespace: System.Data.Services.Client
Assembly: Microsoft.Data.Services.Client (in Microsoft.Data.Services.Client.dll)
Syntax
'Declaration
Public ReadOnly Property Descriptor As Descriptor
Get
'Usage
Dim instance As ChangeOperationResponse
Dim value As Descriptor
value = instance.Descriptor
public Descriptor Descriptor { get; }
public:
property Descriptor^ Descriptor {
Descriptor^ get ();
}
member Descriptor : Descriptor
function get Descriptor () : Descriptor
Property Value
Type: System.Data.Services.Client.Descriptor
An EntityDescriptor or LinkDescriptor modified by a change operation.