Bagikan melalui


RetrieveResponse.Entity Property

 

Applies To: Dynamics CRM 2015

Gets or sets the record that was retrieved.

Namespace:   Microsoft.Xrm.Sdk.Deployment
Assembly:  Microsoft.Xrm.Sdk.Deployment (in Microsoft.Xrm.Sdk.Deployment.dll)

Syntax

[DataMemberAttribute]
public DeploymentObject Entity { get; set; }
public:
[DataMemberAttribute]
property DeploymentObject^ Entity {
    DeploymentObject^ get();
    void set(DeploymentObject^ value);
}
[<DataMemberAttribute>]
member Entity : DeploymentObject with get, set
<DataMemberAttribute>
Public Property Entity As DeploymentObject

Property Value

Type: Microsoft.Xrm.Sdk.Deployment.DeploymentObject

Type: DeploymentObject
The record that was retrieved.

See Also

RetrieveResponse Class
Microsoft.Xrm.Sdk.Deployment Namespace
Deployment web service object model

Return to top

© 2016 Microsoft. All rights reserved. Copyright