RetrieveAdvancedSettingsResponse.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 that was retrieved.
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]
public Microsoft.Xrm.Sdk.Deployment.ConfigurationEntity Entity { get; set; }
[<System.Runtime.Serialization.DataMember>]
member this.Entity : Microsoft.Xrm.Sdk.Deployment.ConfigurationEntity with get, set
Public Property Entity As ConfigurationEntity
Property Value
Returns ConfigurationEntity The configuration entity that was retrieved.
- Attributes
Remarks
The configuration entity retrieved contains an collection of attribute values.