RetrieveAdvancedSettingsRequest Class
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.
Contains the data that is needed to retrieve advanced settings from the configuration database. For internal use only.
public ref class RetrieveAdvancedSettingsRequest : Microsoft::Xrm::Sdk::Deployment::DeploymentServiceRequest
[System.CodeDom.Compiler.GeneratedCode("System.Runtime.Serialization", "4.0.0.0")]
[System.Diagnostics.DebuggerStepThrough]
[System.Runtime.Serialization.DataContract(Name="RetrieveAdvancedSettingsRequest", Namespace="http://schemas.microsoft.com/xrm/2011/Contracts/Deployment")]
public class RetrieveAdvancedSettingsRequest : Microsoft.Xrm.Sdk.Deployment.DeploymentServiceRequest
[<System.CodeDom.Compiler.GeneratedCode("System.Runtime.Serialization", "4.0.0.0")>]
[<System.Diagnostics.DebuggerStepThrough>]
[<System.Runtime.Serialization.DataContract(Name="RetrieveAdvancedSettingsRequest", Namespace="http://schemas.microsoft.com/xrm/2011/Contracts/Deployment")>]
type RetrieveAdvancedSettingsRequest = class
inherit DeploymentServiceRequest
Public Class RetrieveAdvancedSettingsRequest
Inherits DeploymentServiceRequest
- Inheritance
- Attributes
Remarks
Pass an instance of this class to the Execute(DeploymentServiceRequest) method, which returns an instance of RetrieveAdvancedSettingsResponse.
You can also use the Get-CrmAdvancedSettingWindows PowerShell command. For more information, see Administer the deployment using Windows PowerShell. Note that only the settings that are writable are documented in the SDK.
Constructors
RetrieveAdvancedSettingsRequest() |
Initializes a new instance of the RetrieveAdvancedSettingsRequest class. |
Properties
ColumnSet |
Gets or sets the set of columns or attributes to be retrieved. |
ConfigurationEntityName |
Gets of sets the name of the configuration entity. |
ExtensionData |
Gets or sets the structure that contains extra data. (Inherited from DeploymentServiceRequest) |
Id |
Gets or sets the ID of the record to be retrieved. |