Share via


UpdateAdvancedSettingsRequest.Entity Property

Definition

Gets or sets the configuration entity to be updated.

public:
 property Microsoft::Xrm::Sdk::Deployment::ConfigurationEntity ^ Entity { Microsoft::Xrm::Sdk::Deployment::ConfigurationEntity ^ get(); void set(Microsoft::Xrm::Sdk::Deployment::ConfigurationEntity ^ value); };
[System.Runtime.Serialization.DataMember(IsRequired=true)]
public Microsoft.Xrm.Sdk.Deployment.ConfigurationEntity Entity { get; set; }
[<System.Runtime.Serialization.DataMember(IsRequired=true)>]
member this.Entity : Microsoft.Xrm.Sdk.Deployment.ConfigurationEntity with get, set
Public Property Entity As ConfigurationEntity

Property Value

The configuration entity to be updated.

Attributes

Remarks

You must use the RetrieveAdvancedSettingsRequest message to retrieve the entity before using this message.

Applies to