UpdateAdvancedSettingsRequest 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 update advanced settings from the configuration database. For internal use only.
public ref class UpdateAdvancedSettingsRequest : Microsoft::Xrm::Sdk::Deployment::DeploymentServiceRequest
[System.CodeDom.Compiler.GeneratedCode("System.Runtime.Serialization", "4.0.0.0")]
[System.Diagnostics.DebuggerStepThrough]
[System.Runtime.Serialization.DataContract(Name="UpdateAdvancedSettingsRequest", Namespace="http://schemas.microsoft.com/xrm/2011/Contracts/Deployment")]
public class UpdateAdvancedSettingsRequest : Microsoft.Xrm.Sdk.Deployment.DeploymentServiceRequest
[<System.CodeDom.Compiler.GeneratedCode("System.Runtime.Serialization", "4.0.0.0")>]
[<System.Diagnostics.DebuggerStepThrough>]
[<System.Runtime.Serialization.DataContract(Name="UpdateAdvancedSettingsRequest", Namespace="http://schemas.microsoft.com/xrm/2011/Contracts/Deployment")>]
type UpdateAdvancedSettingsRequest = class
inherit DeploymentServiceRequest
Public Class UpdateAdvancedSettingsRequest
Inherits DeploymentServiceRequest
- Inheritance
- Attributes
Remarks
Pass an instance of this class to the Execute(DeploymentServiceRequest) method, which returns an instance of UpdateAdvancedSettingsResponse.
You can also use the Set-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
UpdateAdvancedSettingsRequest() |
Initializes a new instance of the UpdateAdvancedSettingsRequest class. |
Properties
Entity |
Gets or sets the configuration entity to be updated. |
ExtensionData |
Gets or sets the structure that contains extra data. (Inherited from DeploymentServiceRequest) |