UpdateRequest.Entity Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets the configuration entity to be updated.
public:
property Microsoft::Xrm::Sdk::Deployment::DeploymentObject ^ Entity { Microsoft::Xrm::Sdk::Deployment::DeploymentObject ^ get(); void set(Microsoft::Xrm::Sdk::Deployment::DeploymentObject ^ value); };
[System.Runtime.Serialization.DataMember(IsRequired=true)]
public Microsoft.Xrm.Sdk.Deployment.DeploymentObject Entity { get; set; }
[<System.Runtime.Serialization.DataMember(IsRequired=true)>]
member this.Entity : Microsoft.Xrm.Sdk.Deployment.DeploymentObject with get, set
Public Property Entity As DeploymentObject
Property Value
The configuration entity to be updated.
- Attributes
Remarks
You must use the RetrieveRequest message to retrieve the entity before using this message.