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 an entry or feed data represented as an XElement.
Namespace: System.Data.Services.Client
Assembly: Microsoft.Data.Services.Client (in Microsoft.Data.Services.Client.dll)
Syntax
'Declaration
Public ReadOnly Property Data As XElement
Get
'Usage
Dim instance As ReadingWritingEntityEventArgs
Dim value As XElement
value = instance.Data
public XElement Data { get; }
public:
property XElement^ Data {
XElement^ get ();
}
member Data : XElement
function get Data () : XElement
Property Value
Type: System.Xml.Linq.XElement
XElement
Remarks
The entry or feed data is read from a GET request or a POST request about to be sent to the data service.