Microsoft.Xrm.Sdk.Deployment.xml

<?xml version="1.0" encoding="utf-8"?>
<doc>
    <assembly>
        <name>Microsoft.Xrm.Sdk.Deployment</name>
    </assembly>
    <members>
        <member name="T:Microsoft.Xrm.Sdk.Deployment.AddDeploymentAdministratorRequest">
            <summary>Contains the data that is needed to add a deployment administrator. The user must already exist in Active Directory.</summary>
        </member>
        <member name="M:Microsoft.Xrm.Sdk.Deployment.AddDeploymentAdministratorRequest.#ctor">
            <summary>Initializes a new instance of the <see cref="T:Microsoft.Xrm.Sdk.Deployment.AddDeploymentAdministratorRequest"></see> class.</summary>
        </member>
        <member name="P:Microsoft.Xrm.Sdk.Deployment.AddDeploymentAdministratorRequest.Name">
            <summary>Gets or sets the name of the deployment administrator to be added. Required.</summary>
            <returns>Type: Returns_StringThe name of the deployment administrator to be added, which string must be in the format domain\userid.</returns>
        </member>
        <member name="T:Microsoft.Xrm.Sdk.Deployment.AddDeploymentAdministratorResponse">
            <summary>Contains the response from the <see cref="T:Microsoft.Xrm.Sdk.Deployment.AddDeploymentAdministratorRequest"></see>.</summary>
        </member>
        <member name="M:Microsoft.Xrm.Sdk.Deployment.AddDeploymentAdministratorResponse.#ctor">
            <summary>Initializes a new instance of the <see cref="T:Microsoft.Xrm.Sdk.Deployment.AddDeploymentAdministratorResponse"></see> class.</summary>
        </member>
        <member name="T:Microsoft.Xrm.Sdk.Deployment.AddressScheme">
            <summary>The address scheme: http or https.</summary>
        </member>
        <member name="F:Microsoft.Xrm.Sdk.Deployment.AddressScheme.http">
            <summary>The address scheme is hypertext transfer protocol.</summary>
        </member>
        <member name="F:Microsoft.Xrm.Sdk.Deployment.AddressScheme.https">
            <summary>The address scheme is secure hypertext transfer protocol.</summary>
        </member>
        <member name="T:Microsoft.Xrm.Sdk.Deployment.AsyncSettings">
            <summary>Contains setting values that can be changed to tune a pn_microsoftcrm deployment.</summary>
        </member>
        <member name="M:Microsoft.Xrm.Sdk.Deployment.AsyncSettings.#ctor">
            <summary>Initializes a new instance of the <see cref="T:Microsoft.Xrm.Sdk.Deployment.AsyncSettings"></see> class.</summary>
        </member>
        <member name="P:Microsoft.Xrm.Sdk.Deployment.AsyncSettings.JobTimeoutLockedInterval">
            <summary>Gets or sets the interval used to query to see if there are any organization maintenance jobs that have timed out. </summary>
            <returns>Type: Returns_Int32
The interval at which the service will determine if any job has been running longer than <see cref="P:Microsoft.Xrm.Sdk.Deployment.AsyncSettings.MaxJobExecutionTime"></see>.</returns>
        </member>
        <member name="P:Microsoft.Xrm.Sdk.Deployment.AsyncSettings.MaxJobExecutionTime">
            <summary>Gets or sets a value used for organization maintenance jobs to determine if a job has timed out.</summary>
            <returns>Type: Returns_Int32
The timeout value for organization maintenance jobs.</returns>
        </member>
        <member name="P:Microsoft.Xrm.Sdk.Deployment.AsyncSettings.MaxRetries">
            <summary>Gets or sets the number of times an asynchronous job will retry before it fails or suspends.</summary>
            <returns>Type: Returns_Int32
The number of retries for an asynchronous job.</returns>
        </member>
        <member name="P:Microsoft.Xrm.Sdk.Deployment.AsyncSettings.MaxStateStatusUpdateMaxRetryCount">
            <summary>Gets or sets the maximum number of times a database operation will be attempted before failure.</summary>
            <returns>Type: Returns_Int32
The number of retries for a database operation.</returns>
        </member>
        <member name="P:Microsoft.Xrm.Sdk.Deployment.AsyncSettings.OrgDatabaseMaintenanceJobInterval">
            <summary>Gets or sets the interval used to query to see if there is a pending organization maintenance job.</summary>
            <returns>Type: Returns_Int32
The query interval for organization maintenance jobs.</returns>
        </member>
        <member name="P:Microsoft.Xrm.Sdk.Deployment.AsyncSettings.RetryInterval">
            <summary>Gets or sets the default rate of retries for failed asynchronous operations.</summary>
            <returns>Type: Returns_Int32
The retry rate for failed asynchronous operations.</returns>
        </member>
        <member name="P:Microsoft.Xrm.Sdk.Deployment.AsyncSettings.SdkRootDomain">
            <summary>Gets or sets the root domain used for calls into the pn_microsoftcrm service from the asynchronous service.</summary>
            <returns>Type: Returns_String
The root domain.</returns>
        </member>
        <member name="P:Microsoft.Xrm.Sdk.Deployment.AsyncSettings.SelectInterval">
            <summary>Gets or sets the interval used to determine if new asynchronous operations should be loaded into memory.</summary>
            <returns>Type: Returns_Int32
The interval for loading asynchronous operations into memory.</returns>
        </member>
        <member name="P:Microsoft.Xrm.Sdk.Deployment.AsyncSettings.ThrottlingConfiguration">
            <summary>Gets or sets the throttling configuration.</summary>
            <returns>Type: Returns_String
The throttling configuration. Example: "BulkDelete=15;Workflow=1;Event=1".</returns>
        </member>
        <member name="P:Microsoft.Xrm.Sdk.Deployment.AsyncSettings.TimeoutLockedInterval">
            <summary>Gets or sets the interval used to query to see if there are any asynchronous operations that have timed out. </summary>
            <returns>Type: Returns_Int32
The query interval.</returns>
        </member>
        <member name="T:Microsoft.Xrm.Sdk.Deployment.AttributeCollection">
            <summary>Contains a collection of attributes.</summary>
        </member>
        <member name="M:Microsoft.Xrm.Sdk.Deployment.AttributeCollection.#ctor">
            <summary>Initializes a new instance of the <see cref="T:Microsoft.Xrm.Sdk.Deployment.AttributeCollection"></see> class.</summary>
        </member>
        <member name="T:Microsoft.Xrm.Sdk.Deployment.BeginCreateOrganizationRequest">
            <summary>Contains the data that is needed to initiate the asynchronous operation to create an organization.</summary>
        </member>
        <member name="M:Microsoft.Xrm.Sdk.Deployment.BeginCreateOrganizationRequest.#ctor">
            <summary>Initializes a new instance of the <see cref="T:Microsoft.Xrm.Sdk.Deployment.BeginCreateOrganizationRequest"></see> class.</summary>
        </member>
        <member name="P:Microsoft.Xrm.Sdk.Deployment.BeginCreateOrganizationRequest.Organization">
            <summary>Gets or sets the organization instance to be created. Required.</summary>
            <returns>Type: <see cref="T:Microsoft.Xrm.Sdk.Deployment.Organization"></see>The organization instance to be created.</returns>
        </member>
        <member name="P:Microsoft.Xrm.Sdk.Deployment.BeginCreateOrganizationRequest.SysAdminName">
            <summary>Gets or sets the name of the system administrator for the new organization. Required.</summary>
            <returns>Type: Returns_StringThe name of the system administrator for the new organization.</returns>
        </member>
        <member name="T:Microsoft.Xrm.Sdk.Deployment.BeginCreateOrganizationResponse">
            <summary>Contains the response from the<see cref="T:Microsoft.Xrm.Sdk.Deployment.BeginCreateOrganizationRequest"></see>.</summary>
        </member>
        <member name="M:Microsoft.Xrm.Sdk.Deployment.BeginCreateOrganizationResponse.#ctor">
            <summary>Initializes a new instance of the <see cref="T:Microsoft.Xrm.Sdk.Deployment.BeginCreateOrganizationResponse"></see> class.</summary>
        </member>
        <member name="T:Microsoft.Xrm.Sdk.Deployment.BeginImportOrganizationRequest">
            <summary>Contains the data that is needed to begin the asynchronous operation to import an organization.</summary>
        </member>
        <member name="M:Microsoft.Xrm.Sdk.Deployment.BeginImportOrganizationRequest.#ctor">
            <summary>Initializes a new instance of the <see cref="T:Microsoft.Xrm.Sdk.Deployment.BeginImportOrganizationRequest"></see> class.</summary>
        </member>
        <member name="P:Microsoft.Xrm.Sdk.Deployment.BeginImportOrganizationRequest.DatabaseName">
            <summary>Gets or sets the database name for the organization. Required.</summary>
            <returns>Type: Returns_StringThe database name for the organization.</returns>
        </member>
        <member name="P:Microsoft.Xrm.Sdk.Deployment.BeginImportOrganizationRequest.FriendlyName">
            <summary>Gets or sets the sets display name, or long name, of the organization database. Optional.</summary>
            <returns>Type: Returns_StringThe sets display name, or long name, of the organization database.</returns>
        </member>
        <member name="P:Microsoft.Xrm.Sdk.Deployment.BeginImportOrganizationRequest.SqlServerName">
            <summary>Gets or sets the name of the pn_MS_SQL_Server where the pn_microsoftcrm organization database is located. Required.</summary>
            <returns>Type: Returns_StringThe name of the pn_MS_SQL_Server where the pn_microsoftcrm organization database is located.</returns>
        </member>
        <member name="P:Microsoft.Xrm.Sdk.Deployment.BeginImportOrganizationRequest.SrsUrl">
            <summary>Gets or sets the URL of the pn_MS_SQL_Server on which the pn_Connector_for_SRS_short is installed. Required.</summary>
            <returns>Type: Returns_StringThe URL of the pn_MS_SQL_Server on which the pn_Connector_for_SRS_short is installed.</returns>
        </member>
        <member name="P:Microsoft.Xrm.Sdk.Deployment.BeginImportOrganizationRequest.UniqueName">
            <summary>Gets or sets the unique name for the organization. Optional.</summary>
            <returns>Type: Returns_StringThe unique name for the organization.</returns>
        </member>
        <member name="P:Microsoft.Xrm.Sdk.Deployment.BeginImportOrganizationRequest.UserMappingMethod">
            <summary>Gets or sets the mapping method to use to map user accounts from the original server to the new server. Optional.</summary>
            <returns>Type: <see cref="T:Microsoft.Xrm.Sdk.Deployment.ImportUserMappingMethod"></see>The mapping method to use to map user accounts from the original server to the new server.</returns>
        </member>
        <member name="P:Microsoft.Xrm.Sdk.Deployment.BeginImportOrganizationRequest.UserMappingXml">
            <summary>Gets or sets the XML user account mapping rules. Optional.</summary>
            <returns>Type: Returns_StringThe XML user account mapping rules.</returns>
        </member>
        <member name="T:Microsoft.Xrm.Sdk.Deployment.BeginImportOrganizationResponse">
            <summary>Contains the response from the <see cref="T:Microsoft.Xrm.Sdk.Deployment.BeginImportOrganizationRequest"></see>.</summary>
        </member>
        <member name="M:Microsoft.Xrm.Sdk.Deployment.BeginImportOrganizationResponse.#ctor">
            <summary>Initializes a new instance of the <see cref="T:Microsoft.Xrm.Sdk.Deployment.BeginImportOrganizationResponse"></see> class.</summary>
        </member>
        <member name="T:Microsoft.Xrm.Sdk.Deployment.BeginUpdateOrganizationRequest">
            <summary>Contains the data that is needed to begin the asynchronous operation to update an organization.</summary>
        </member>
        <member name="M:Microsoft.Xrm.Sdk.Deployment.BeginUpdateOrganizationRequest.#ctor">
            <summary>Initializes a new instance of the <see cref="T:Microsoft.Xrm.Sdk.Deployment.BeginUpdateOrganizationRequest"></see> class.</summary>
        </member>
        <member name="P:Microsoft.Xrm.Sdk.Deployment.BeginUpdateOrganizationRequest.Tag">
            <summary>Gets or sets the ID or instance tag of the organization to update. Required.</summary>
            <returns>Type: <see cref="T:Microsoft.Xrm.Sdk.Deployment.EntityInstanceId"></see>
The ID or instance tag of the organization to update.</returns>
        </member>
        <member name="T:Microsoft.Xrm.Sdk.Deployment.BeginUpdateOrganizationResponse">
            <summary>Contains the response from the<see cref="T:Microsoft.Xrm.Sdk.Deployment.BeginUpdateOrganizationRequest"></see>.</summary>
        </member>
        <member name="M:Microsoft.Xrm.Sdk.Deployment.BeginUpdateOrganizationResponse.#ctor">
            <summary>Initializes a new instance of the <see cref="T:Microsoft.Xrm.Sdk.Deployment.BeginUpdateOrganizationResponse"></see> class.</summary>
        </member>
        <member name="T:Microsoft.Xrm.Sdk.Deployment.BeginUpgradeOrganizationRequest">
            <summary>Contains the data that is needed to begin the asynchronous operation to upgrade an organization.</summary>
        </member>
        <member name="M:Microsoft.Xrm.Sdk.Deployment.BeginUpgradeOrganizationRequest.#ctor">
            <summary>Initializes a new instance of the <see cref="T:Microsoft.Xrm.Sdk.Deployment.BeginUpgradeOrganizationRequest"></see> class.</summary>
        </member>
        <member name="P:Microsoft.Xrm.Sdk.Deployment.BeginUpgradeOrganizationRequest.Tag">
            <summary>Gets or sets the ID or the instance tag of the organization to upgrade. Required.</summary>
            <returns>Type: <see cref="T:Microsoft.Xrm.Sdk.Deployment.EntityInstanceId"></see>
The ID or the instance tag of the organization to upgrade.</returns>
        </member>
        <member name="T:Microsoft.Xrm.Sdk.Deployment.BeginUpgradeOrganizationResponse">
            <summary>Contains the response from the<see cref="T:Microsoft.Xrm.Sdk.Deployment.BeginUpgradeOrganizationRequest"></see>.</summary>
        </member>
        <member name="M:Microsoft.Xrm.Sdk.Deployment.BeginUpgradeOrganizationResponse.#ctor">
            <summary>Initializes a new instance of the <see cref="T:Microsoft.Xrm.Sdk.Deployment.BeginUpgradeOrganizationResponse"></see> class.</summary>
        </member>
        <member name="T:Microsoft.Xrm.Sdk.Deployment.Certificate">
            <summary>Contains information about a certificate.</summary>
        </member>
        <member name="M:Microsoft.Xrm.Sdk.Deployment.Certificate.#ctor">
            <summary>Initializes a new instance of the <see cref="T:Microsoft.Xrm.Sdk.Deployment.Certificate"></see> class.</summary>
        </member>
        <member name="P:Microsoft.Xrm.Sdk.Deployment.Certificate.CertificateType">
            <summary>Gets or sets the certificate type.</summary>
            <returns>Type: Returns_StringThe certificate type.</returns>
        </member>
        <member name="P:Microsoft.Xrm.Sdk.Deployment.Certificate.Data">
            <summary>Gets or sets the certificate data.</summary>
            <returns>Type: Returns_StringThe certificate data.</returns>
        </member>
        <member name="P:Microsoft.Xrm.Sdk.Deployment.Certificate.Id">
            <summary>Gets or sets the certificate ID.</summary>
            <returns>Type: Returns_GuidThe certificate ID.</returns>
        </member>
        <member name="P:Microsoft.Xrm.Sdk.Deployment.Certificate.Name">
            <summary>Gets or sets the certificate name.</summary>
            <returns>Type: Returns_StringThe certificate name.</returns>
        </member>
        <member name="P:Microsoft.Xrm.Sdk.Deployment.Certificate.StoreFindType">
            <summary>Gets or sets the store find type.</summary>
            <returns>Type: Returns_StringThe store find type.</returns>
        </member>
        <member name="P:Microsoft.Xrm.Sdk.Deployment.Certificate.StoreLocation">
            <summary>Gets or sets the store location.</summary>
            <returns>Type: Returns_StringThe store location.</returns>
        </member>
        <member name="P:Microsoft.Xrm.Sdk.Deployment.Certificate.StoreName">
            <summary>Gets or sets the store name.</summary>
            <returns>Type: Returns_StringThe store name.</returns>
        </member>
        <member name="T:Microsoft.Xrm.Sdk.Deployment.ClaimsSettings">
            <summary>Contains the settings for claims based authentication.</summary>
        </member>
        <member name="M:Microsoft.Xrm.Sdk.Deployment.ClaimsSettings.#ctor">
            <summary>Initializes a new instance of the <see cref="T:Microsoft.Xrm.Sdk.Deployment.ClaimsSettings"></see> class.</summary>
        </member>
        <member name="P:Microsoft.Xrm.Sdk.Deployment.ClaimsSettings.Enabled">
            <summary>Gets or sets whether or not claims is enabled.</summary>
            <returns>Type: Returns_Booleantrue if the claims is enabled; otherwise, false.</returns>
        </member>
        <member name="P:Microsoft.Xrm.Sdk.Deployment.ClaimsSettings.EncryptionCertificate">
            <summary>Gets or sets the encryption certificate name.</summary>
            <returns>Type: Returns_StringThe encryption certificate name.</returns>
        </member>
        <member name="P:Microsoft.Xrm.Sdk.Deployment.ClaimsSettings.FederationMetadataUrl">
            <summary>Gets or sets the federation metadata URL.</summary>
            <returns>Type: Returns_StringThe federation metadata URL.</returns>
        </member>
        <member name="P:Microsoft.Xrm.Sdk.Deployment.ClaimsSettings.FederationProviderType">
            <summary>Gets or sets the federation provider type.</summary>
            <returns>Type: Returns_Int32The provider type.</returns>
        </member>
        <member name="P:Microsoft.Xrm.Sdk.Deployment.ClaimsSettings.SessionSecurityTokenLifetimeInHours">
            <summary>Gets or sets the lifetime for the token session security (in hours).</summary>
            <returns>Type: Returns_Int32The token lifetime in hours.</returns>
        </member>
        <member name="T:Microsoft.Xrm.Sdk.Deployment.ConfigurationEntity">
            <summary>Contains attributes for a specific table in the configuration database.</summary>
        </member>
        <member name="M:Microsoft.Xrm.Sdk.Deployment.ConfigurationEntity.#ctor">
            <summary>Initializes a new instance of the <see cref="T:Microsoft.Xrm.Sdk.Deployment.ConfigurationEntity"></see> class.</summary>
        </member>
        <member name="P:Microsoft.Xrm.Sdk.Deployment.ConfigurationEntity.Attributes">
            <summary>Gets or sets the collection of attribute values.</summary>
            <returns>Type: <see cref="T:Microsoft.Xrm.Sdk.Deployment.AttributeCollection"></see>The collection of attribute values.</returns>
        </member>
        <member name="P:Microsoft.Xrm.Sdk.Deployment.ConfigurationEntity.Id">
            <summary>Gets or sets the ID of the configuration entity.</summary>
            <returns>Type: Returns_GuidThe ID of the configuration entity.</returns>
        </member>
        <member name="P:Microsoft.Xrm.Sdk.Deployment.ConfigurationEntity.LogicalName">
            <summary>Gets or sets the logical name of the configuration entity.</summary>
            <returns>Type: Returns_StringThe logical name of the configuration entity.</returns>
        </member>
        <member name="T:Microsoft.Xrm.Sdk.Deployment.CustomCodeSettings">
            <summary>Server level settings that control use of custom code.</summary>
        </member>
        <member name="M:Microsoft.Xrm.Sdk.Deployment.CustomCodeSettings.#ctor">
            <summary>constructor_initializes<see cref="T:Microsoft.Xrm.Sdk.Deployment.CustomCodeSettings"></see> class.</summary>
        </member>
        <member name="P:Microsoft.Xrm.Sdk.Deployment.CustomCodeSettings.AllowDeclarativeWorkflows">
            <summary>Gets or sets whether XAML workflows are allowed on the server.</summary>
            <returns>Type: Returns_Booleantrue if XAML workflows are allowed on the server; otherwise, false.</returns>
        </member>
        <member name="P:Microsoft.Xrm.Sdk.Deployment.CustomCodeSettings.AllowExternalCode">
            <summary>Gets or sets whether plug-ins and custom workflow activities can be registered on the server. </summary>
            <returns>Type: Returns_Booleantrue if the plug-ins and custom workflow activities can be registered on the server; otherwise, false.</returns>
        </member>
        <member name="T:Microsoft.Xrm.Sdk.Deployment.DashboardSettings">
            <summary>Server level dashboard settings.</summary>
        </member>
        <member name="M:Microsoft.Xrm.Sdk.Deployment.DashboardSettings.#ctor">
            <summary>Initializes a new instance of the <see cref="T:Microsoft.Xrm.Sdk.Deployment.DashboardSettings"></see> class.</summary>
        </member>
        <member name="P:Microsoft.Xrm.Sdk.Deployment.DashboardSettings.MaximumControlsLimit">
            <summary>Gets or sets the maximum number of controls allowed on dashboards for the server.</summary>
            <returns>Type: Returns_Int32
The maximum number of controls allowed on dashboards for the server.</returns>
        </member>
        <member name="T:Microsoft.Xrm.Sdk.Deployment.DeferredOperationError">
            <summary>Contains information about an error that occurred with a deferred operation.</summary>
        </member>
        <member name="M:Microsoft.Xrm.Sdk.Deployment.DeferredOperationError.#ctor">
            <summary>Initializes a new instance of the <see cref="T:Microsoft.Xrm.Sdk.Deployment.DeferredOperationError"></see> class.</summary>
        </member>
        <member name="P:Microsoft.Xrm.Sdk.Deployment.DeferredOperationError.ErrorCode">
            <summary>Gets or sets the error code.</summary>
            <returns>Type: Returns_Int32The error code.</returns>
        </member>
        <member name="P:Microsoft.Xrm.Sdk.Deployment.DeferredOperationError.ErrorDetails">
            <summary>Gets or sets the detailed error information.</summary>
            <returns>Type: <see cref="T:Microsoft.Xrm.Sdk.Deployment.ErrorDetailCollection"></see>The collection of error information.</returns>
        </member>
        <member name="P:Microsoft.Xrm.Sdk.Deployment.DeferredOperationError.ExtensionData">
            <summary>ExtensionData</summary>
            <returns>Type: Returns_ExtensionDataObjectThe extension data.</returns>
        </member>
        <member name="P:Microsoft.Xrm.Sdk.Deployment.DeferredOperationError.Message">
            <summary>Gets or sets the error message.</summary>
            <returns>Type: Returns_StringThe error message.</returns>
        </member>
        <member name="T:Microsoft.Xrm.Sdk.Deployment.DeferredOperationRequest">
            <summary>Base class for all asynchronous requests for the deployment Web service.</summary>
        </member>
        <member name="M:Microsoft.Xrm.Sdk.Deployment.DeferredOperationRequest.#ctor">
            <summary>constructor_initializes<see cref="T:Microsoft.Xrm.Sdk.Deployment.DeferredOperationRequest"></see> class.</summary>
        </member>
        <member name="T:Microsoft.Xrm.Sdk.Deployment.DeferredOperationResponse">
            <summary>Base class for all asynchronous responses for the deployment Web service.</summary>
        </member>
        <member name="M:Microsoft.Xrm.Sdk.Deployment.DeferredOperationResponse.#ctor">
            <summary>Initializes a new instance of the <see cref="T:Microsoft.Xrm.Sdk.Deployment.DeferredOperationResponse"></see> class.</summary>
        </member>
        <member name="P:Microsoft.Xrm.Sdk.Deployment.DeferredOperationResponse.OperationId">
            <summary>Gets the ID of the asynchronous request.</summary>
            <returns>Type: Returns_GuidThe ID of the asynchronous request.</returns>
        </member>
        <member name="T:Microsoft.Xrm.Sdk.Deployment.DeferredOperationState">
            <summary>Describes the possible states for an asynchronous operation.</summary>
        </member>
        <member name="F:Microsoft.Xrm.Sdk.Deployment.DeferredOperationState.Completed">
            <summary>Specifies that the operation has completed. Value = 3.</summary>
        </member>
        <member name="F:Microsoft.Xrm.Sdk.Deployment.DeferredOperationState.Failed">
            <summary>Specifies that the operation has failed. Value = 4.</summary>
        </member>
        <member name="F:Microsoft.Xrm.Sdk.Deployment.DeferredOperationState.Processing">
            <summary>Specifies that the operation is in progress. Value = 2.</summary>
        </member>
        <member name="F:Microsoft.Xrm.Sdk.Deployment.DeferredOperationState.Queued">
            <summary>Specifies that the operation is queued but has not been started. Value = 1.</summary>
        </member>
        <member name="F:Microsoft.Xrm.Sdk.Deployment.DeferredOperationState.Unknown">
            <summary>Specifies that the operation state is unknown. Value = 0.</summary>
        </member>
        <member name="T:Microsoft.Xrm.Sdk.Deployment.DeferredOperationStatus">
            <summary>Contains information about the status of a deferred operation.</summary>
        </member>
        <member name="M:Microsoft.Xrm.Sdk.Deployment.DeferredOperationStatus.#ctor">
            <summary>Initializes a new instance of the <see cref="T:Microsoft.Xrm.Sdk.Deployment.DeferredOperationStatus"></see> class.</summary>
        </member>
        <member name="P:Microsoft.Xrm.Sdk.Deployment.DeferredOperationStatus.AssociatedEntityInstance">
            <summary>Gets or sets the ID of the deployment entity instance associated with this deferred operation.</summary>
            <returns>Type: <see cref="T:Microsoft.Xrm.Sdk.Deployment.EntityInstanceId"></see>The ID of the deployment entity instance associated with this deferred operation.</returns>
        </member>
        <member name="P:Microsoft.Xrm.Sdk.Deployment.DeferredOperationStatus.ProcessingCompletedTime">
            <summary>Gets or sets the time that the deferred operation processing completed.</summary>
            <returns>Type: Returns_DateTimeThe time that the deferred operation processing completed.</returns>
        </member>
        <member name="P:Microsoft.Xrm.Sdk.Deployment.DeferredOperationStatus.ProcessingError">
            <summary>Gets or sets the error information for the deferred operation.</summary>
            <returns>Type: <see cref="T:Microsoft.Xrm.Sdk.Deployment.DeferredOperationError"></see>The error information for the deferred operation.</returns>
        </member>
        <member name="P:Microsoft.Xrm.Sdk.Deployment.DeferredOperationStatus.ProcessingStartTime">
            <summary>Gets or sets the time that the deferred operation processing started.</summary>
            <returns>Type: Returns_DateTimeThe time that the deferred operation processing started.</returns>
        </member>
        <member name="P:Microsoft.Xrm.Sdk.Deployment.DeferredOperationStatus.State">
            <summary>Gets or sets the current state of the deferred operation.</summary>
            <returns>Type: <see cref="T:Microsoft.Xrm.Sdk.Deployment.DeferredOperationState"></see>The current state of the deferred operation.</returns>
        </member>
        <member name="P:Microsoft.Xrm.Sdk.Deployment.DeferredOperationStatus.SubmissionTime">
            <summary>Gets or sets the time that the deferred operation processing was submitted.</summary>
            <returns>Type: Returns_DateTimeThe time that the deferred operation processing was submitted.</returns>
        </member>
        <member name="T:Microsoft.Xrm.Sdk.Deployment.DeleteRequest">
            <summary>Contains the data that is needed to delete a deployment record.</summary>
        </member>
        <member name="M:Microsoft.Xrm.Sdk.Deployment.DeleteRequest.#ctor">
            <summary>Initializes a new instance of the <see cref="T:Microsoft.Xrm.Sdk.Deployment.DeleteRequest"></see> class.</summary>
        </member>
        <member name="P:Microsoft.Xrm.Sdk.Deployment.DeleteRequest.EntityType">
            <summary>Gets or sets the type of deployment entity to be deleted.</summary>
            <returns>Type: <see cref="T:Microsoft.Xrm.Sdk.Deployment.DeploymentEntityType"></see>the type of deployment entity to be deleted.</returns>
        </member>
        <member name="P:Microsoft.Xrm.Sdk.Deployment.DeleteRequest.InstanceTag">
            <summary>Gets or sets the ID or the instance tag for the deployment record to be deleted.</summary>
            <returns>Type: <see cref="T:Microsoft.Xrm.Sdk.Deployment.EntityInstanceId"></see>The ID or the instance tag for the deployment record to be deleted.</returns>
        </member>
        <member name="T:Microsoft.Xrm.Sdk.Deployment.DeleteResponse">
            <summary>Contains the response from the <see cref="T:Microsoft.Xrm.Sdk.Deployment.DeleteRequest"></see>.</summary>
        </member>
        <member name="M:Microsoft.Xrm.Sdk.Deployment.DeleteResponse.#ctor">
            <summary>Initializes a new instance of the <see cref="T:Microsoft.Xrm.Sdk.Deployment.DeleteResponse"></see> class.</summary>
        </member>
        <member name="T:Microsoft.Xrm.Sdk.Deployment.DeploymentAdministrator">
            <summary>Contains information about a deployment administrator in a pn_microsoftcrm deployment.</summary>
        </member>
        <member name="M:Microsoft.Xrm.Sdk.Deployment.DeploymentAdministrator.#ctor">
            <summary>Initializes a new instance of the <see cref="T:Microsoft.Xrm.Sdk.Deployment.DeploymentAdministrator"></see> class.</summary>
        </member>
        <member name="P:Microsoft.Xrm.Sdk.Deployment.DeploymentAdministrator.Id">
            <summary>Gets the ID of the deployment administrator.</summary>
            <returns>Type: Returns_GuidThe ID of the deployment administrator.</returns>
        </member>
        <member name="P:Microsoft.Xrm.Sdk.Deployment.DeploymentAdministrator.Name">
            <summary>Gets or sets the domain name and user ID of the deployment administrator.</summary>
            <returns>Type: Returns_String
The domain name and user ID of the deployment administrator.</returns>
        </member>
        <member name="T:Microsoft.Xrm.Sdk.Deployment.DeploymentConfigSettings">
            <summary>Base class for configuration settings entities.</summary>
        </member>
        <member name="M:Microsoft.Xrm.Sdk.Deployment.DeploymentConfigSettings.#ctor">
            <summary>constructor_initializes<see cref="T:Microsoft.Xrm.Sdk.Deployment.DeploymentConfigSettings"></see> class.</summary>
        </member>
        <member name="T:Microsoft.Xrm.Sdk.Deployment.DeploymentEntity">
            <summary>Base class for deployment entities.</summary>
        </member>
        <member name="M:Microsoft.Xrm.Sdk.Deployment.DeploymentEntity.#ctor">
            <summary>Initializes a new instance of the <see cref="T:Microsoft.Xrm.Sdk.Deployment.DeploymentEntity"></see> class.</summary>
        </member>
        <member name="T:Microsoft.Xrm.Sdk.Deployment.DeploymentEntityType">
            <summary>Describes the type of deployment entity.</summary>
        </member>
        <member name="F:Microsoft.Xrm.Sdk.Deployment.DeploymentEntityType.AsyncSettings">
            <summary>The asynchronous settings entity. Value = 0. </summary>
        </member>
        <member name="F:Microsoft.Xrm.Sdk.Deployment.DeploymentEntityType.Certificate">
            <summary>The certificate entity. Value = 0x11.</summary>
        </member>
        <member name="F:Microsoft.Xrm.Sdk.Deployment.DeploymentEntityType.ClaimsSettings">
            <summary>The claims settings entity. Value = 1.</summary>
        </member>
        <member name="F:Microsoft.Xrm.Sdk.Deployment.DeploymentEntityType.CustomCodeSettings">
            <summary>The custom code settings entity. Value = 13.</summary>
        </member>
        <member name="F:Microsoft.Xrm.Sdk.Deployment.DeploymentEntityType.DashboardSettings">
            <summary>The dashboard settings entity. Value = 2.</summary>
        </member>
        <member name="F:Microsoft.Xrm.Sdk.Deployment.DeploymentEntityType.DeferredOperationStatus">
            <summary>The deferred operation status entity. Value = 0x16.</summary>
        </member>
        <member name="F:Microsoft.Xrm.Sdk.Deployment.DeploymentEntityType.DeploymentAdministrator">
            <summary>The deployment administrator entity. Value = 0x12.</summary>
        </member>
        <member name="F:Microsoft.Xrm.Sdk.Deployment.DeploymentEntityType.DupSettings">
            <summary>The duplicate detection settings entity. Value = 3.</summary>
        </member>
        <member name="F:Microsoft.Xrm.Sdk.Deployment.DeploymentEntityType.EtmSettings">
            <summary>The ETM settings entity. Value = 4.</summary>
        </member>
        <member name="F:Microsoft.Xrm.Sdk.Deployment.DeploymentEntityType.IfdSettings">
            <summary>The Internet-facing deployment (IFD) settings entity. Value = 5.</summary>
        </member>
        <member name="F:Microsoft.Xrm.Sdk.Deployment.DeploymentEntityType.ImportSettings">
            <summary>The data import settings entity. Value = 6.</summary>
        </member>
        <member name="F:Microsoft.Xrm.Sdk.Deployment.DeploymentEntityType.LicenseProperties">
            <summary>The license properties entity. Value = 0x15.</summary>
        </member>
        <member name="F:Microsoft.Xrm.Sdk.Deployment.DeploymentEntityType.MarketplaceSettings">
            <summary>The marketplace settings entity. Value = 12.</summary>
        </member>
        <member name="F:Microsoft.Xrm.Sdk.Deployment.DeploymentEntityType.MonitoringSettings">
            <summary>The monitoring settings entity. Value = 0x17.</summary>
        </member>
        <member name="F:Microsoft.Xrm.Sdk.Deployment.DeploymentEntityType.MultiEntityQuickFindSettings">
            <summary>The multi-entity quick find settings entity. Value = 15.</summary>
        </member>
        <member name="F:Microsoft.Xrm.Sdk.Deployment.DeploymentEntityType.Organization">
            <summary>The organization entity. Value = 20.</summary>
        </member>
        <member name="F:Microsoft.Xrm.Sdk.Deployment.DeploymentEntityType.QuickFindSettings">
            <summary>The quick find settings entity. Value = 10.</summary>
        </member>
        <member name="F:Microsoft.Xrm.Sdk.Deployment.DeploymentEntityType.Server">
            <summary>The server entity. Value = 0x13.</summary>
        </member>
        <member name="F:Microsoft.Xrm.Sdk.Deployment.DeploymentEntityType.ServerSideSyncACTSettings">
            <summary>The server side synchronization ACT settings entity. Value = 0x1b.</summary>
        </member>
        <member name="F:Microsoft.Xrm.Sdk.Deployment.DeploymentEntityType.ServerSideSyncEmailSettings">
            <summary>The server side synchronization email settings entity. Value = 0x19.</summary>
        </member>
        <member name="F:Microsoft.Xrm.Sdk.Deployment.DeploymentEntityType.ServerSideSyncQueueSettings">
            <summary>The server side synchronization queue settings entity. Value = 0x1a.</summary>
        </member>
        <member name="F:Microsoft.Xrm.Sdk.Deployment.DeploymentEntityType.SqmSettings">
            <summary>The service quality metrics (SQM) settings entity. Value = 11.</summary>
        </member>
        <member name="F:Microsoft.Xrm.Sdk.Deployment.DeploymentEntityType.TeamSettings">
            <summary>The team settings entity. Value = 14.</summary>
        </member>
        <member name="F:Microsoft.Xrm.Sdk.Deployment.DeploymentEntityType.ThrottleSettings">
            <summary>The throttle settings entity. Value = 7.</summary>
        </member>
        <member name="F:Microsoft.Xrm.Sdk.Deployment.DeploymentEntityType.TraceSettings">
            <summary>The trace settings entity. Value = 8.</summary>
        </member>
        <member name="F:Microsoft.Xrm.Sdk.Deployment.DeploymentEntityType.WebAddressSettings">
            <summary>The web address settings entity. Value = 9.</summary>
        </member>
        <member name="F:Microsoft.Xrm.Sdk.Deployment.DeploymentEntityType.WorkflowSettings">
            <summary>The workflow settings entity. Value = 10.</summary>
        </member>
        <member name="F:Microsoft.Xrm.Sdk.Deployment.DeploymentEntityType.YammerSettings">
            <summary>The Yammer settings entity. Value = 0x18.</summary>
        </member>
        <member name="T:Microsoft.Xrm.Sdk.Deployment.DeploymentErrorLevel">
            <summary>Contains information about an error with the deployment web service.</summary>
        </member>
        <member name="F:Microsoft.Xrm.Sdk.Deployment.DeploymentErrorLevel.Error">
            <summary>An error occurred. Value = 4.</summary>
        </member>
        <member name="F:Microsoft.Xrm.Sdk.Deployment.DeploymentErrorLevel.Info">
            <summary>Information about the operation. Value = 1.</summary>
        </member>
        <member name="F:Microsoft.Xrm.Sdk.Deployment.DeploymentErrorLevel.Skipped">
            <summary>An operation was skipped. Value = 2.</summary>
        </member>
        <member name="F:Microsoft.Xrm.Sdk.Deployment.DeploymentErrorLevel.Success">
            <summary>The operation succeeded. Value = 0.</summary>
        </member>
        <member name="F:Microsoft.Xrm.Sdk.Deployment.DeploymentErrorLevel.Warning">
            <summary>A warning about the operation. Value = 3.</summary>
        </member>
        <member name="T:Microsoft.Xrm.Sdk.Deployment.DeploymentObject">
            <summary>Base class for deployment Web service entities and settings.</summary>
        </member>
        <member name="M:Microsoft.Xrm.Sdk.Deployment.DeploymentObject.#ctor">
            <summary>Initializes a new instance of the <see cref="T:Microsoft.Xrm.Sdk.Deployment.DeploymentObject"></see> class.</summary>
        </member>
        <member name="P:Microsoft.Xrm.Sdk.Deployment.DeploymentObject.ExtensionData">
            <summary>ExtensionData</summary>
            <returns><see cref="T:Microsoft.Xrm.Sdk.Deployment.DeploymentObject"></see></returns>
        </member>
        <member name="T:Microsoft.Xrm.Sdk.Deployment.DeploymentServiceClient">
            <summary>Implements <see cref="T:Microsoft.Xrm.Sdk.Deployment.IDeploymentService"></see> interface and provides an authenticated WCF channel to the deployment service..</summary>
        </member>
        <member name="M:Microsoft.Xrm.Sdk.Deployment.DeploymentServiceClient.#ctor">
            <summary>Initializes a new instance of the <see cref="T:Microsoft.Xrm.Sdk.Deployment.DeploymentServiceClient"></see> class.</summary>
        </member>
        <member name="M:Microsoft.Xrm.Sdk.Deployment.DeploymentServiceClient.#ctor(System.ServiceModel.Channels.Binding,System.ServiceModel.EndpointAddress)">
            <summary>Initializes a new instance of the <see cref="T:Microsoft.Xrm.Sdk.Deployment.DeploymentServiceClient"></see> class.</summary>
            <param name="binding">Type: Returns_Binding. The binding.</param>
            <param name="remoteAddress">Type: Returns_EndpointAddress. The address of the remote endpoint.</param>
        </member>
        <member name="M:Microsoft.Xrm.Sdk.Deployment.DeploymentServiceClient.#ctor(System.String)">
            <summary>Initializes a new instance of the <see cref="T:Microsoft.Xrm.Sdk.Deployment.DeploymentServiceClient"></see> class.</summary>
            <param name="endpointConfigurationName">Type: Returns_String. The name of the endpoint configuration.</param>
        </member>
        <member name="M:Microsoft.Xrm.Sdk.Deployment.DeploymentServiceClient.#ctor(System.String,System.ServiceModel.EndpointAddress)">
            <summary>Initializes a new instance of the <see cref="T:Microsoft.Xrm.Sdk.Deployment.DeploymentServiceClient"></see> class.</summary>
            <param name="endpointConfigurationName">Type: Returns_String. The name of the endpoint configuration.</param>
            <param name="remoteAddress">Type: Returns_EndpointAddress. The address of the remote endpoint.</param>
        </member>
        <member name="M:Microsoft.Xrm.Sdk.Deployment.DeploymentServiceClient.#ctor(System.String,System.String)">
            <summary>Initializes a new instance of the <see cref="T:Microsoft.Xrm.Sdk.Deployment.DeploymentServiceClient"></see> class.</summary>
            <param name="endpointConfigurationName">Type: Returns_String. The name of the endpoint configuration.</param>
            <param name="remoteAddress">Type: Returns_String. The address of the remote endpoint.</param>
        </member>
        <member name="M:Microsoft.Xrm.Sdk.Deployment.DeploymentServiceClient.Delete(Microsoft.Xrm.Sdk.Deployment.DeploymentEntityType,Microsoft.Xrm.Sdk.Deployment.EntityInstanceId)">
            <summary>Deletes a deployment record.</summary>
            <param name="id">Type: <see cref="T:Microsoft.Xrm.Sdk.Deployment.EntityInstanceId"></see>. The ID of the deployment record to delete.</param>
            <param name="entityType">Type: <see cref="T:Microsoft.Xrm.Sdk.Deployment.DeploymentEntityType"></see>. The type of deployment entity specified by the id parameter.</param>
        </member>
        <member name="M:Microsoft.Xrm.Sdk.Deployment.DeploymentServiceClient.Execute(Microsoft.Xrm.Sdk.Deployment.DeploymentServiceRequest)">
            <summary>Executes a deployment service message in the form of a request, and returns a response.</summary>
            <returns>Type: <see cref="T:Microsoft.Xrm.Sdk.Deployment.DeploymentServiceResponse"></see>
The response from the request.</returns>
            <param name="request">Type: <see cref="T:Microsoft.Xrm.Sdk.Deployment.DeploymentServiceRequest"></see>. A request instance that defines the action to be performed.</param>
        </member>
        <member name="M:Microsoft.Xrm.Sdk.Deployment.DeploymentServiceClient.Retrieve(Microsoft.Xrm.Sdk.Deployment.DeploymentEntityType,Microsoft.Xrm.Sdk.Deployment.EntityInstanceId)">
            <summary>Retrieves a deployment record.</summary>
            <returns>Type: <see cref="T:Microsoft.Xrm.Sdk.Deployment.DeploymentObject"></see>The deployment record.</returns>
            <param name="id">Type: <see cref="T:Microsoft.Xrm.Sdk.Deployment.EntityInstanceId"></see>. The ID of the deployment record to retrieve.</param>
            <param name="entityType">Type: <see cref="T:Microsoft.Xrm.Sdk.Deployment.DeploymentEntityType"></see>. The type of deployment entity specified by the id parameter.</param>
        </member>
        <member name="M:Microsoft.Xrm.Sdk.Deployment.DeploymentServiceClient.RetrieveAll(Microsoft.Xrm.Sdk.Deployment.DeploymentEntityType)">
            <summary>Retrieves all deployment records for the specified deployment entity type.</summary>
            <returns>Type: <see cref="T:Microsoft.Xrm.Sdk.DataCollection`1"></see>&lt;<see cref="T:Microsoft.Xrm.Sdk.Deployment.EntityInstanceId"></see>&gt;The collection of all deployment records.</returns>
            <param name="entityType">Type: <see cref="T:Microsoft.Xrm.Sdk.Deployment.DeploymentEntityType"></see>. The type of deployment entity for which to retrieve all records.</param>
        </member>
        <member name="M:Microsoft.Xrm.Sdk.Deployment.DeploymentServiceClient.Update(Microsoft.Xrm.Sdk.Deployment.DeploymentObject)">
            <summary>Updates a deployment record.</summary>
            <param name="deploymentObject">Type: <see cref="T:Microsoft.Xrm.Sdk.Deployment.DeploymentObject"></see>. An instance of a deployment record with all values populated. See Remarks.</param>
        </member>
        <member name="T:Microsoft.Xrm.Sdk.Deployment.DeploymentServiceFault">
            <summary>Represents a deployment service fault.</summary>
        </member>
        <member name="M:Microsoft.Xrm.Sdk.Deployment.DeploymentServiceFault.#ctor">
            <summary>Initializes a new instance of the the <see cref="T:Microsoft.Xrm.Sdk.Deployment.DeploymentServiceFault"></see> class.</summary>
        </member>
        <member name="P:Microsoft.Xrm.Sdk.Deployment.DeploymentServiceFault.ErrorCode">
            <summary>Gets or sets the error code.</summary>
            <returns>Type: Returns_Int32The error code.</returns>
        </member>
        <member name="P:Microsoft.Xrm.Sdk.Deployment.DeploymentServiceFault.ErrorDetails">
            <summary>Gets or sets the collection of detailed information about the error.</summary>
            <returns>Type: <see cref="T:Microsoft.Xrm.Sdk.Deployment.ErrorDetailCollection"></see>The collection of error information.</returns>
        </member>
        <member name="P:Microsoft.Xrm.Sdk.Deployment.DeploymentServiceFault.ExtensionData">
            <summary>ExtensionData</summary>
            <returns>Type: Returns_ExtensionDataObjectThe extension data.</returns>
        </member>
        <member name="P:Microsoft.Xrm.Sdk.Deployment.DeploymentServiceFault.InnerFault">
            <summary>Gets or sets the fault instance that caused the current fault.</summary>
            <returns>Type: <see cref="T:Microsoft.Xrm.Sdk.Deployment.DeploymentServiceFault"></see>The fault instance.</returns>
        </member>
        <member name="P:Microsoft.Xrm.Sdk.Deployment.DeploymentServiceFault.Message">
            <summary>Gets or sets the error message.</summary>
            <returns>Type: Returns_StringThe error message.</returns>
        </member>
        <member name="P:Microsoft.Xrm.Sdk.Deployment.DeploymentServiceFault.Timestamp">
            <summary>Gets or sets the date/time value when the error occurred.</summary>
            <returns>Type: Returns_DateTimeThe date/time of the error.</returns>
        </member>
        <member name="T:Microsoft.Xrm.Sdk.Deployment.DeploymentServiceRequest">
            <summary>Contains the data that is needed to execute a request and the base class for all deployment service requests.</summary>
        </member>
        <member name="M:Microsoft.Xrm.Sdk.Deployment.DeploymentServiceRequest.#ctor">
            <summary>constructor_initializes<see cref="T:Microsoft.Xrm.Sdk.Deployment.DeploymentServiceRequest"></see> class.</summary>
        </member>
        <member name="P:Microsoft.Xrm.Sdk.Deployment.DeploymentServiceRequest.ExtensionData">
            <summary>ExtensionData</summary>
            <returns>Type: Returns_ExtensionDataObjectThe extension data.</returns>
        </member>
        <member name="T:Microsoft.Xrm.Sdk.Deployment.DeploymentServiceResponse">
            <summary>Contains the response from the request and the base class for all deployment Web service responses.</summary>
        </member>
        <member name="M:Microsoft.Xrm.Sdk.Deployment.DeploymentServiceResponse.#ctor">
            <summary>Initializes a new instance of the <see cref="T:Microsoft.Xrm.Sdk.Deployment.DeploymentServiceResponse"></see> class.</summary>
        </member>
        <member name="P:Microsoft.Xrm.Sdk.Deployment.DeploymentServiceResponse.ExtensionData">
            <summary>ExtensionData</summary>
            <returns>Type: Returns_ExtensionDataObjectThe extension data.</returns>
        </member>
        <member name="T:Microsoft.Xrm.Sdk.Deployment.DupSettings">
            <summary>Contains duplicate detection settings that can be used to tune a deployment.</summary>
        </member>
        <member name="M:Microsoft.Xrm.Sdk.Deployment.DupSettings.#ctor">
            <summary>Initializes a new instance of the <see cref="T:Microsoft.Xrm.Sdk.Deployment.DupSettings"></see> class.</summary>
        </member>
        <member name="P:Microsoft.Xrm.Sdk.Deployment.DupSettings.BulkDetectBatchSize">
            <summary>Gets or sets the bulk duplicate detection batch size.</summary>
            <returns>Type: Returns_Int32
The batch size.</returns>
        </member>
        <member name="P:Microsoft.Xrm.Sdk.Deployment.DupSettings.MatchcodeLength">
            <summary>Gets or sets the length of the match code.</summary>
            <returns>Type: Returns_Int32
The length of the match code.</returns>
        </member>
        <member name="P:Microsoft.Xrm.Sdk.Deployment.DupSettings.MatchcodePersistenceInterval">
            <summary>Gets or sets the persistence interval for the match code.</summary>
            <returns>Type: Returns_Int32
The persistence interval.</returns>
        </member>
        <member name="P:Microsoft.Xrm.Sdk.Deployment.DupSettings.MaxPublishedRules">
            <summary>Gets or sets the maximum number of published rules.</summary>
            <returns>Type: Returns_Int32
The maximum number of published rules.</returns>
        </member>
        <member name="P:Microsoft.Xrm.Sdk.Deployment.DupSettings.PublishAsyncPollingInterval">
            <summary>Gets or sets the polling interval for the asynchronous job.</summary>
            <returns>Type: Returns_Int32
The polling interval.</returns>
        </member>
        <member name="P:Microsoft.Xrm.Sdk.Deployment.DupSettings.PublishPageSize">
            <summary>Gets or sets the page size for results.</summary>
            <returns>Type: Returns_Int32
The page size.</returns>
        </member>
        <member name="T:Microsoft.Xrm.Sdk.Deployment.EntityInstanceId">
            <summary>Contains the information needed to identify a deployment entity record: deployment entity type and ID.</summary>
        </member>
        <member name="M:Microsoft.Xrm.Sdk.Deployment.EntityInstanceId.#ctor">
            <summary>Initializes a new instance of the <see cref="T:Microsoft.Xrm.Sdk.Deployment.EntityInstanceId"></see> class.</summary>
        </member>
        <member name="P:Microsoft.Xrm.Sdk.Deployment.EntityInstanceId.ExtensionData">
            <summary>ExtensionData</summary>
            <returns>Type: Returns_ExtensionDataObjectThe extension data.</returns>
        </member>
        <member name="P:Microsoft.Xrm.Sdk.Deployment.EntityInstanceId.Id">
            <summary>Gets or sets the ID of the record.</summary>
            <returns>Type: Returns_Guid
The ID of the record.</returns>
        </member>
        <member name="P:Microsoft.Xrm.Sdk.Deployment.EntityInstanceId.Name">
            <summary>Gets or sets the name of the deployment entity.</summary>
            <returns>Type: Returns_String
The name of the deployment entity.</returns>
        </member>
        <member name="T:Microsoft.Xrm.Sdk.Deployment.ErrorDetailCollection">
            <summary>Contains the collection of error details.</summary>
        </member>
        <member name="M:Microsoft.Xrm.Sdk.Deployment.ErrorDetailCollection.#ctor">
            <summary>Initializes a new instance of the <see cref="T:Microsoft.Xrm.Sdk.Deployment.ErrorDetailCollection"></see> class.</summary>
        </member>
        <member name="T:Microsoft.Xrm.Sdk.Deployment.EtmSettings">
            <summary>Contains Enterprise Transaction Monitor (ETM) settings.</summary>
        </member>
        <member name="M:Microsoft.Xrm.Sdk.Deployment.EtmSettings.#ctor">
            <summary>Initializes a new instance of the EtmSettings class.</summary>
        </member>
        <member name="P:Microsoft.Xrm.Sdk.Deployment.EtmSettings.Enabled">
            <summary>Gets or sets whether Enterprise Transaction Monitor (ETM) is enabled.</summary>
            <returns>Type: Returns_BooleanFlag indicating whether Enterprise Transaction Monitor (ETM) is enabled.</returns>
        </member>
        <member name="P:Microsoft.Xrm.Sdk.Deployment.EtmSettings.ThrottlingEnabled">
            <summary>Gets or sets whether Enterprise Transaction Monitor (ETM) throttling is enabled.</summary>
            <returns>Type: Returns_BooleanFlag indicating whether Enterprise Transaction Monitor (ETM) throttling is enabled.</returns>
        </member>
        <member name="T:Microsoft.Xrm.Sdk.Deployment.IDeploymentService">
            <summary>Provides programmatic access to deployment information.</summary>
        </member>
        <member name="M:Microsoft.Xrm.Sdk.Deployment.IDeploymentService.Delete(Microsoft.Xrm.Sdk.Deployment.DeploymentEntityType,Microsoft.Xrm.Sdk.Deployment.EntityInstanceId)">
            <summary>Deletes a deployment record.</summary>
            <param name="id">Type: <see cref="T:Microsoft.Xrm.Sdk.Deployment.EntityInstanceId"></see>. The ID of the deployment record to delete. See Remarks.</param>
            <param name="entityType">Type: <see cref="T:Microsoft.Xrm.Sdk.Deployment.DeploymentEntityType"></see>. The type of deployment entity specified by the id parameter.</param>
        </member>
        <member name="M:Microsoft.Xrm.Sdk.Deployment.IDeploymentService.Execute(Microsoft.Xrm.Sdk.Deployment.DeploymentServiceRequest)">
            <summary>Executes a message in the form of a request, and returns a response.</summary>
            <returns>Type: <see cref="T:Microsoft.Xrm.Sdk.Deployment.DeploymentServiceResponse"></see>The response from the request. You must cast the return value of this method to the specific instance of the response that corresponds to the Request parameter</returns>
            <param name="request">Type: <see cref="T:Microsoft.Xrm.Sdk.Deployment.DeploymentServiceRequest"></see>. A request instance that defines the action to be performed.</param>
        </member>
        <member name="M:Microsoft.Xrm.Sdk.Deployment.IDeploymentService.Retrieve(Microsoft.Xrm.Sdk.Deployment.DeploymentEntityType,Microsoft.Xrm.Sdk.Deployment.EntityInstanceId)">
            <summary>Retrieves a deployment record.</summary>
            <returns>Type: <see cref="T:Microsoft.Xrm.Sdk.Deployment.DeploymentObject"></see>The deployment record.</returns>
            <param name="id">Type: <see cref="T:Microsoft.Xrm.Sdk.Deployment.EntityInstanceId"></see>. The ID of the deployment record to retrieve. See Remarks.</param>
            <param name="entityType">Type: <see cref="T:Microsoft.Xrm.Sdk.Deployment.DeploymentEntityType"></see>. The type of deployment entity specified by the id parameter.</param>
        </member>
        <member name="M:Microsoft.Xrm.Sdk.Deployment.IDeploymentService.RetrieveAll(Microsoft.Xrm.Sdk.Deployment.DeploymentEntityType)">
            <summary>Retrieves all deployment records for the specified deployment entity type.</summary>
            <returns>Type: <see cref="T:Microsoft.Xrm.Sdk.DataCollection`1"></see>&lt;<see cref="T:Microsoft.Xrm.Sdk.Deployment.EntityInstanceId"></see>&gt;The collection of all deployment records.</returns>
            <param name="entityType">Type: <see cref="T:Microsoft.Xrm.Sdk.Deployment.DeploymentEntityType"></see>. The type of deployment entity for which to retrieve all records.</param>
        </member>
        <member name="M:Microsoft.Xrm.Sdk.Deployment.IDeploymentService.Update(Microsoft.Xrm.Sdk.Deployment.DeploymentObject)">
            <summary>Updates a deployment record.</summary>
            <param name="deploymentObject">Type: <see cref="T:Microsoft.Xrm.Sdk.Deployment.DeploymentObject"></see>. An instance of a deployment record with all values populated. See Remarks.</param>
        </member>
        <member name="T:Microsoft.Xrm.Sdk.Deployment.IDeploymentServiceChannel">
            <summary>Interface for the deployment web service channel.</summary>
        </member>
        <member name="T:Microsoft.Xrm.Sdk.Deployment.IfdSettings">
            <summary>Contains settings for configuring Internet-facing deployments (IFDs).</summary>
        </member>
        <member name="M:Microsoft.Xrm.Sdk.Deployment.IfdSettings.#ctor">
            <summary>Initializes a new instance of the <see cref="T:Microsoft.Xrm.Sdk.Deployment.IfdSettings"></see> class.</summary>
        </member>
        <member name="P:Microsoft.Xrm.Sdk.Deployment.IfdSettings.DiscoveryWebServiceRootDomain">
            <summary>Gets or sets the discovery web service domain.</summary>
            <returns>Type: Returns_String
The discovery web service domain.</returns>
        </member>
        <member name="P:Microsoft.Xrm.Sdk.Deployment.IfdSettings.Enabled">
            <summary>Gets or sets a value that indicates whether Internet-facing deployment (IFD) is enabled.</summary>
            <returns>Type: Returns_Booleantrue if Internet-facing deployment (IFD) is enabled; otherwise, false.</returns>
        </member>
        <member name="P:Microsoft.Xrm.Sdk.Deployment.IfdSettings.ExternalDomain">
            <summary>Gets or sets the external domain value for Internet-facing deployment (IFD).</summary>
            <returns>Type: Returns_String
The external domain value for IFD.</returns>
        </member>
        <member name="P:Microsoft.Xrm.Sdk.Deployment.IfdSettings.IntranetAccessEnabled">
            <summary>Gets or sets a value that indicates whether intranet access is enabled.</summary>
            <returns>Type: Returns_Booleantrue if intranet access is enabled; otherwise, false.</returns>
        </member>
        <member name="P:Microsoft.Xrm.Sdk.Deployment.IfdSettings.OrganizationWebServiceRootDomain">
            <summary>Gets or sets the organization web service domain.</summary>
            <returns>Type: Returns_String
The organization web service domain.</returns>
        </member>
        <member name="P:Microsoft.Xrm.Sdk.Deployment.IfdSettings.WebApplicationRootDomain">
            <summary>Gets or sets the web application server domain.</summary>
            <returns>Type: Returns_String
The web application server domain.</returns>
        </member>
        <member name="T:Microsoft.Xrm.Sdk.Deployment.ImportSettings">
            <summary>Contains settings that can be changed to tune data import.</summary>
        </member>
        <member name="M:Microsoft.Xrm.Sdk.Deployment.ImportSettings.#ctor">
            <summary>Initializes a new instance of the ImportSettings class.</summary>
        </member>
        <member name="P:Microsoft.Xrm.Sdk.Deployment.ImportSettings.BatchSize">
            <summary>Gets or sets the number of items to process in a batch.</summary>
            <returns>Type: Returns_Int32The number of items to process in a batch.</returns>
        </member>
        <member name="P:Microsoft.Xrm.Sdk.Deployment.ImportSettings.ContentBufferSize">
            <summary>Gets or sets the size of the content buffer.</summary>
            <returns>Type: Returns_Int32The size of the content buffer.</returns>
        </member>
        <member name="P:Microsoft.Xrm.Sdk.Deployment.ImportSettings.CountUpdateBatchSize">
            <summary>Gets or sets the batch size for import count updates.</summary>
            <returns>Type: Returns_Int32The batch size for import count updates.</returns>
        </member>
        <member name="P:Microsoft.Xrm.Sdk.Deployment.ImportSettings.MaxColumnsAllowed">
            <summary>Gets or sets the maximum number of columns in an import file.</summary>
            <returns>Type: Returns_Int32The maximum number of columns in an import file.</returns>
        </member>
        <member name="P:Microsoft.Xrm.Sdk.Deployment.ImportSettings.MaxDataTruncationRetryCount">
            <summary>Gets or sets the maximum number or retries.</summary>
            <returns>Type: Returns_Int32The maximum number or retries.</returns>
        </member>
        <member name="P:Microsoft.Xrm.Sdk.Deployment.ImportSettings.ParsedColumnDefaultSize">
            <summary>Gets or sets the default size of the parsed column.</summary>
            <returns>Type: Returns_Int32The default size of the parsed column.</returns>
        </member>
        <member name="P:Microsoft.Xrm.Sdk.Deployment.ImportSettings.PickListBatchSize">
            <summary>Gets or sets the batch size for picklist import.</summary>
            <returns>Type: Returns_Int32The batch size for picklist import.</returns>
        </member>
        <member name="T:Microsoft.Xrm.Sdk.Deployment.ImportUserMappingMethod">
            <summary>Defines the possible methods for mapping users when importing an organization.</summary>
        </member>
        <member name="F:Microsoft.Xrm.Sdk.Deployment.ImportUserMappingMethod.ByAccount">
            <summary>Specifies to automatically map the users' pn_Active_Directory account names to pn_microsoftcrm accounts. Value = 1.</summary>
        </member>
        <member name="F:Microsoft.Xrm.Sdk.Deployment.ImportUserMappingMethod.ByMappingXml">
            <summary>Specifies custom user account matching options in an XML string. Value = 2.</summary>
        </member>
        <member name="F:Microsoft.Xrm.Sdk.Deployment.ImportUserMappingMethod.KeepExisting">
            <summary>Specifies to keep the existing user mappings in the organization database. Typically, you select this option if you are importing an organization database that is located in the same pn_Active_Directory domain as the pn_microsoftcrm Server where the organization is to be imported. For users external to the pn_Active_Directory domain, who were added with their UPN, the user information will be mapped across without any changes or validation. Value = 0.</summary>
        </member>
        <member name="T:Microsoft.Xrm.Sdk.Deployment.LicenseProperties">
            <summary>Contains information about a license for pn_CRM_2011.</summary>
        </member>
        <member name="M:Microsoft.Xrm.Sdk.Deployment.LicenseProperties.#ctor">
            <summary>Initializes a new instance of the <see cref="T:Microsoft.Xrm.Sdk.Deployment.LicenseProperties"></see> class.</summary>
        </member>
        <member name="P:Microsoft.Xrm.Sdk.Deployment.LicenseProperties.Edition">
            <summary>Gets or sets the edition of pn_CRM_2011 for this license.</summary>
            <returns>Type: <see cref="T:Microsoft.Xrm.Sdk.Deployment.LicenseType"></see>The edition of pn_CRM_2011 for this license.</returns>
        </member>
        <member name="P:Microsoft.Xrm.Sdk.Deployment.LicenseProperties.ProductId">
            <summary>Gets or sets the ID of the product.</summary>
            <returns>Type: Returns_Int32The ID of the product.</returns>
        </member>
        <member name="T:Microsoft.Xrm.Sdk.Deployment.LicenseType">
            <summary>Indicates the type of license.</summary>
        </member>
        <member name="F:Microsoft.Xrm.Sdk.Deployment.LicenseType.Enterprise">
            <summary>Microsoft Dynamics CRM Enterprise Edition. Value = 2.</summary>
        </member>
        <member name="F:Microsoft.Xrm.Sdk.Deployment.LicenseType.Live">
            <summary>Microsoft Dynamics CRM Online Edition. Value = 4.</summary>
        </member>
        <member name="F:Microsoft.Xrm.Sdk.Deployment.LicenseType.Professional">
            <summary>Microsoft Dynamics CRM Professional Edition. Value = 1.</summary>
        </member>
        <member name="F:Microsoft.Xrm.Sdk.Deployment.LicenseType.SmallBusiness">
            <summary>Microsoft Dynamics CRM Small Business Edition. Value = 0.</summary>
        </member>
        <member name="F:Microsoft.Xrm.Sdk.Deployment.LicenseType.Spla">
            <summary>Microsoft Dynamics Partner Hosted CRM Edition. Value = 3.</summary>
        </member>
        <member name="T:Microsoft.Xrm.Sdk.Deployment.MarketplaceSettings">
            <summary>Contains settings for the sdk_Dynamics_Marketplace.</summary>
        </member>
        <member name="M:Microsoft.Xrm.Sdk.Deployment.MarketplaceSettings.#ctor">
            <summary>Initializes a new instance of the <see cref="T:Microsoft.Xrm.Sdk.Deployment.MarketplaceSettings"></see> class.</summary>
        </member>
        <member name="P:Microsoft.Xrm.Sdk.Deployment.MarketplaceSettings.InternetConnectionProxyEndpoint">
            <summary>Gets or sets the proxy server and port used for outgoing internet requests.</summary>
            <returns>Type: Returns_StringThe proxy server and port.</returns>
        </member>
        <member name="P:Microsoft.Xrm.Sdk.Deployment.MarketplaceSettings.SolutionsMarketplaceEnabled">
            <summary>Gets or sets whether the solutions marketplace is enabled.</summary>
            <returns>Type: Returns_Boolean</returns>
        </member>
        <member name="T:Microsoft.Xrm.Sdk.Deployment.MonitoringSettings">
            <summary>Contains settings used to manage or configure the monitoring service and the tests executed by the service.</summary>
        </member>
        <member name="M:Microsoft.Xrm.Sdk.Deployment.MonitoringSettings.#ctor">
            <summary>Initializes a new instance of the <see cref="T:Microsoft.Xrm.Sdk.Deployment.MonitoringSettings"></see> class.</summary>
        </member>
        <member name="P:Microsoft.Xrm.Sdk.Deployment.MonitoringSettings.CertificateLifetimeNotificationThreshold">
            <summary>Gets or sets the threshold of the certificate lifetime remaining at which to begin reporting expiration notifications.</summary>
            <returns>Type: Returns_Int32The threshold of the certificate lifetime remaining at which to begin reporting expiration notifications. Specified as an integral percentage.</returns>
        </member>
        <member name="P:Microsoft.Xrm.Sdk.Deployment.MonitoringSettings.ResultsToKeep">
            <summary>Gets or sets the number of monitoring results to keep</summary>
            <returns>Type: Returns_Int32The number of results to keep.</returns>
        </member>
        <member name="T:Microsoft.Xrm.Sdk.Deployment.MultiEntityQuickFindSettings">
            <summary>Contains settings for multi-entity quick find (finds records of different types).</summary>
        </member>
        <member name="M:Microsoft.Xrm.Sdk.Deployment.MultiEntityQuickFindSettings.#ctor">
            <summary>Initializes a new instance of the <see cref="T:Microsoft.Xrm.Sdk.Deployment.MultiEntityQuickFindSettings"></see> class.</summary>
        </member>
        <member name="P:Microsoft.Xrm.Sdk.Deployment.MultiEntityQuickFindSettings.MultiEntityQuickFindDegreeOfParallelism">
            <summary>Gets or sets the maximum degree of parallelism for multi-entity search queries. Required.</summary>
            <returns>Type: Returns_Int32The maximum degree of parallelism for multi-entity search queries. The default value for this setting is 5.</returns>
        </member>
        <member name="P:Microsoft.Xrm.Sdk.Deployment.MultiEntityQuickFindSettings.MultiEntityQuickFindEntityLimit">
            <summary>Gets or sets the upper limit for the number of entities that can participate in a multi-entity search query. Required.</summary>
            <returns>Type: Returns_Int32The upper limit for the number of entities that can participate in a multi-entity search query. The default value for this setting is 10.</returns>
        </member>
        <member name="P:Microsoft.Xrm.Sdk.Deployment.MultiEntityQuickFindSettings.MultiEntityQuickFindMaxRequestsPerOrgPerServer">
            <summary>Gets or sets the maximum number of concurrent ExecuteQuickFind requests per organization per server. Required.</summary>
            <returns>Type: Returns_Int32The maximum number of concurrent ExecuteQuickFind requests per organization per server. The default value is -1, which means that the requests are not throttled. </returns>
        </member>
        <member name="P:Microsoft.Xrm.Sdk.Deployment.MultiEntityQuickFindSettings.MultiEntityQuickFindMaxRequestsPerServer">
            <summary>Gets or sets the maximum number of concurrent ExecuteQuickFind requests per server. Required.</summary>
            <returns>Type: Returns_Int32The maximum number of concurrent ExecuteQuickFind requests per server. The default value is -1, which means that the requests are not throttled.</returns>
        </member>
        <member name="T:Microsoft.Xrm.Sdk.Deployment.Organization">
            <summary>Contains information about an organization in a pn_microsoftcrm deployment.</summary>
        </member>
        <member name="M:Microsoft.Xrm.Sdk.Deployment.Organization.#ctor">
            <summary>Initializes a new instance of the <see cref="T:Microsoft.Xrm.Sdk.Deployment.Organization"></see> class.</summary>
        </member>
        <member name="P:Microsoft.Xrm.Sdk.Deployment.Organization.BaseCurrencyCode">
            <summary>Gets or sets the base currency code for the organization.</summary>
            <returns>Type: Returns_String
The base currency code for the organization.</returns>
        </member>
        <member name="P:Microsoft.Xrm.Sdk.Deployment.Organization.BaseCurrencyName">
            <summary>Gets or sets the base currency name for the organization.</summary>
            <returns>Type: Returns_String
The base currency name for the organization.</returns>
        </member>
        <member name="P:Microsoft.Xrm.Sdk.Deployment.Organization.BaseCurrencyPrecision">
            <summary>Gets or sets the number of decimal places that can be used for the base currency.</summary>
            <returns>Type: Returns_Int32
The number of decimal places for the currency for the organization.</returns>
        </member>
        <member name="P:Microsoft.Xrm.Sdk.Deployment.Organization.BaseCurrencySymbol">
            <summary>Gets or sets the base currency symbol for the organization.</summary>
            <returns>Type: Returns_String
The base currency symbol for the organization.</returns>
        </member>
        <member name="P:Microsoft.Xrm.Sdk.Deployment.Organization.BaseLanguageCode">
            <summary>Gets or sets the base language code for the organization.</summary>
            <returns>Type: Returns_Int32
The base language code for the organization.</returns>
        </member>
        <member name="P:Microsoft.Xrm.Sdk.Deployment.Organization.DatabaseName">
            <summary>Gets or sets the database name for the organization.</summary>
            <returns>Type: Returns_String
The database name for the organization.</returns>
        </member>
        <member name="P:Microsoft.Xrm.Sdk.Deployment.Organization.FriendlyName">
            <summary>Gets or sets the display name, or long name, of the organization database.</summary>
            <returns>Type: Returns_String
The display name, or long name, of the organization database.</returns>
        </member>
        <member name="P:Microsoft.Xrm.Sdk.Deployment.Organization.Id">
            <summary>Gets the organization ID.</summary>
            <returns>Type: Returns_GuidThe organization ID.</returns>
        </member>
        <member name="P:Microsoft.Xrm.Sdk.Deployment.Organization.SqlCollation">
            <summary>Gets or sets the SQL collation property that the organization will use to sort and compare data characters.</summary>
            <returns>Type: Returns_String
The SQL collation property that the organization will use to sort and compare data characters.</returns>
        </member>
        <member name="P:Microsoft.Xrm.Sdk.Deployment.Organization.SqlServerName">
            <summary>Gets or sets the name of the SQL server on which the organization database is installed.</summary>
            <returns>Type: Returns_String
The name of the SQL server on which the organization database is installed.</returns>
        </member>
        <member name="P:Microsoft.Xrm.Sdk.Deployment.Organization.SqmIsEnabled">
            <summary>Gets or sets whether information is being collected for the customer experience improvement program.</summary>
            <returns>Type: Returns_Booleantrue if information is being collected for the customer experience improvement program; otherwise, false.</returns>
        </member>
        <member name="P:Microsoft.Xrm.Sdk.Deployment.Organization.SrsUrl">
            <summary>Gets or sets the URL of the pn_MS_SQL_Server on which the pn_Connector_for_SRS_short is installed.</summary>
            <returns>Type: Returns_String
The URL of the pn_MS_SQL_Server on which the pn_Connector_for_SRS_short is installed.</returns>
        </member>
        <member name="P:Microsoft.Xrm.Sdk.Deployment.Organization.State">
            <summary>Gets or sets the organization state.</summary>
            <returns>Type: <see cref="T:Microsoft.Xrm.Sdk.Deployment.OrganizationState"></see>The organization state.</returns>
        </member>
        <member name="P:Microsoft.Xrm.Sdk.Deployment.Organization.UniqueName">
            <summary>Gets or sets the unique name for the organization.</summary>
            <returns>Type: Returns_String
The unique name for the organization.</returns>
        </member>
        <member name="P:Microsoft.Xrm.Sdk.Deployment.Organization.Version">
            <summary>Gets the current updated version of organization.</summary>
            <returns>Type: Returns_String
The current updated version of organization.</returns>
        </member>
        <member name="T:Microsoft.Xrm.Sdk.Deployment.OrganizationState">
            <summary>Describes the state of the organization.</summary>
        </member>
        <member name="F:Microsoft.Xrm.Sdk.Deployment.OrganizationState.Disabled">
            <summary>Specifies that the organization is disabled. Value = 0.</summary>
        </member>
        <member name="F:Microsoft.Xrm.Sdk.Deployment.OrganizationState.Enabled">
            <summary>Specifies that the organization is enabled. Value = 1.</summary>
        </member>
        <member name="F:Microsoft.Xrm.Sdk.Deployment.OrganizationState.Failed">
            <summary>Specifies that the organization is in a failure state. Value = 3.</summary>
        </member>
        <member name="F:Microsoft.Xrm.Sdk.Deployment.OrganizationState.Maintenance">
            <summary>Specifies that the organization is undergoing maintenance. Value = 4.</summary>
        </member>
        <member name="F:Microsoft.Xrm.Sdk.Deployment.OrganizationState.Pending">
            <summary>Specifies that the organization is pending. Value = 2.</summary>
        </member>
        <member name="T:Microsoft.Xrm.Sdk.Deployment.OrganizationUserInfo">
            <summary>Contains information about a user in an organization.</summary>
        </member>
        <member name="M:Microsoft.Xrm.Sdk.Deployment.OrganizationUserInfo.#ctor">
            <summary>constructor_initializes<see cref="T:Microsoft.Xrm.Sdk.Deployment.OrganizationUserInfo"></see> class.</summary>
        </member>
        <member name="P:Microsoft.Xrm.Sdk.Deployment.OrganizationUserInfo.CalType">
            <summary>Gets or sets the type of client access license for the user.</summary>
            <returns>Type: Returns_Int32The license type.</returns>
        </member>
        <member name="P:Microsoft.Xrm.Sdk.Deployment.OrganizationUserInfo.DomainName">
            <summary>Gets or sets the domain name for the user.</summary>
            <returns>Type: Returns_StringThe domain name.</returns>
        </member>
        <member name="P:Microsoft.Xrm.Sdk.Deployment.OrganizationUserInfo.ExtensionData">
            <summary>ExtensionData</summary>
            <returns>Type: Returns_ExtensionDataObject</returns>
        </member>
        <member name="P:Microsoft.Xrm.Sdk.Deployment.OrganizationUserInfo.FullName">
            <summary>Gets or sets the full name of the user.</summary>
            <returns>Type: Returns_Int32The user’s full name.</returns>
        </member>
        <member name="T:Microsoft.Xrm.Sdk.Deployment.QuickFindSettings">
            <summary>Contains settings for quick find (finds records of one type).</summary>
        </member>
        <member name="M:Microsoft.Xrm.Sdk.Deployment.QuickFindSettings.#ctor">
            <summary>Initializes a new instance of the <see cref="T:Microsoft.Xrm.Sdk.Deployment.QuickFindSettings"></see> class.</summary>
        </member>
        <member name="P:Microsoft.Xrm.Sdk.Deployment.QuickFindSettings.QuickFindEntityIndexLimit">
            <summary>Gets or sets the maximum number of the attributes used in the quick find search query, after which the QuickFind indexes are not created. Required.</summary>
            <returns>Type: Returns_Int32The maximum number of the attributes used in the quick find search query, after which the QuickFind indexes are not created. The default value for this setting is 20.</returns>
        </member>
        <member name="P:Microsoft.Xrm.Sdk.Deployment.QuickFindSettings.QuickFindRecordLimit">
            <summary>Gets or sets the maximum number of records that match the quick find query criteria before an exception error is thrown. This is needed for faster execution of the quick find searches. Required.</summary>
            <returns>Type: Returns_Int32The maximum number of records that match the quick find query criteria before an exception error is thrown. The default value for this setting is 10000.</returns>
        </member>
        <member name="T:Microsoft.Xrm.Sdk.Deployment.RequestCheckResult">
            <summary>internal</summary>
        </member>
        <member name="M:Microsoft.Xrm.Sdk.Deployment.RequestCheckResult.#ctor">
            <summary>Initializes a new instance of the <see cref="T:Microsoft.Xrm.Sdk.Deployment.RequestCheckResult"></see> class.</summary>
        </member>
        <member name="P:Microsoft.Xrm.Sdk.Deployment.RequestCheckResult.Description">
            <summary>internal</summary>
            <returns>Type: Returns_String</returns>
        </member>
        <member name="P:Microsoft.Xrm.Sdk.Deployment.RequestCheckResult.Level">
            <summary>internal</summary>
            <returns>Type: <see cref="T:Microsoft.Xrm.Sdk.Deployment.DeploymentErrorLevel"></see></returns>
        </member>
        <member name="P:Microsoft.Xrm.Sdk.Deployment.RequestCheckResult.Tag">
            <summary>internal</summary>
            <returns>Type: Returns_String</returns>
        </member>
        <member name="T:Microsoft.Xrm.Sdk.Deployment.RetrieveAdvancedSettingsRequest">
            <summary>Contains the data that is needed to retrieve advanced settings from the configuration database. internal</summary>
        </member>
        <member name="M:Microsoft.Xrm.Sdk.Deployment.RetrieveAdvancedSettingsRequest.#ctor">
            <summary>Initializes a new instance of the <see cref="T:Microsoft.Xrm.Sdk.Deployment.RetrieveAdvancedSettingsRequest"></see> class.</summary>
        </member>
        <member name="P:Microsoft.Xrm.Sdk.Deployment.RetrieveAdvancedSettingsRequest.ColumnSet">
            <summary>Gets or sets the set of columns or attributes to be retrieved.</summary>
            <returns>Type: <see cref="T:Microsoft.Xrm.Sdk.Query.ColumnSet"></see>The set of columns or attributes to be retrieved.</returns>
        </member>
        <member name="P:Microsoft.Xrm.Sdk.Deployment.RetrieveAdvancedSettingsRequest.ConfigurationEntityName">
            <summary>Gets of sets the name of the configuration entity.</summary>
            <returns>Type: Returns_StringThe name of the configuration entity.</returns>
        </member>
        <member name="P:Microsoft.Xrm.Sdk.Deployment.RetrieveAdvancedSettingsRequest.Id">
            <summary>Gets or sets the ID of the record to be retrieved.</summary>
            <returns>Type: Returns_GuidThe ID of the record to be retrieved.</returns>
        </member>
        <member name="T:Microsoft.Xrm.Sdk.Deployment.RetrieveAdvancedSettingsResponse">
            <summary>Contains the response from the<see cref="T:Microsoft.Xrm.Sdk.Deployment.RetrieveAdvancedSettingsRequest"></see>.</summary>
        </member>
        <member name="M:Microsoft.Xrm.Sdk.Deployment.RetrieveAdvancedSettingsResponse.#ctor">
            <summary>Initializes a new instance of the <see cref="T:Microsoft.Xrm.Sdk.Deployment.RetrieveAdvancedSettingsResponse"></see> class.</summary>
        </member>
        <member name="P:Microsoft.Xrm.Sdk.Deployment.RetrieveAdvancedSettingsResponse.Entity">
            <summary>Gets or sets the configuration entity that was retrieved.</summary>
            <returns>Returns <see cref="T:Microsoft.Xrm.Sdk.Deployment.ConfigurationEntity"></see>The configuration entity that was retrieved.</returns>
        </member>
        <member name="T:Microsoft.Xrm.Sdk.Deployment.RetrieveAllRequest">
            <summary>Contains the data that is needed to retrieve all deployment records of the specified deployment entity type.</summary>
        </member>
        <member name="M:Microsoft.Xrm.Sdk.Deployment.RetrieveAllRequest.#ctor">
            <summary>Initializes a new instance of the <see cref="T:Microsoft.Xrm.Sdk.Deployment.RetrieveAllRequest"></see> class.</summary>
        </member>
        <member name="P:Microsoft.Xrm.Sdk.Deployment.RetrieveAllRequest.EntityType">
            <summary>Gets or sets the type of deployment entity to be retrieved.</summary>
            <returns>Type: <see cref="T:Microsoft.Xrm.Sdk.Deployment.DeploymentEntityType"></see>The type of deployment entity to be retrieved.</returns>
        </member>
        <member name="T:Microsoft.Xrm.Sdk.Deployment.RetrieveAllResponse">
            <summary>Contains the response from the <see cref="T:Microsoft.Xrm.Sdk.Deployment.RetrieveAllRequest"></see>.</summary>
        </member>
        <member name="M:Microsoft.Xrm.Sdk.Deployment.RetrieveAllResponse.#ctor">
            <summary>Initializes a new instance of the <see cref="T:Microsoft.Xrm.Sdk.Deployment.RetrieveAllResponse"></see> class.</summary>
        </member>
        <member name="P:Microsoft.Xrm.Sdk.Deployment.RetrieveAllResponse.InstanceTags">
            <summary>Gets or sets the collection of IDs or instance tags for all the deployment records retrieved.</summary>
            <returns>Type: <see cref="T:Microsoft.Xrm.Sdk.DataCollection`1"></see>&lt;<see cref="T:Microsoft.Xrm.Sdk.Deployment.EntityInstanceId"></see>&gt;The collection of IDs or instance tags for all the deployment records retrieved.</returns>
        </member>
        <member name="T:Microsoft.Xrm.Sdk.Deployment.RetrieveRequest">
            <summary>Contains the data that is needed to retrieve a deployment entity or configuration settings record.</summary>
        </member>
        <member name="M:Microsoft.Xrm.Sdk.Deployment.RetrieveRequest.#ctor">
            <summary>Initializes a new instance of the <see cref="T:Microsoft.Xrm.Sdk.Deployment.RetrieveRequest"></see> class.</summary>
        </member>
        <member name="P:Microsoft.Xrm.Sdk.Deployment.RetrieveRequest.EntityType">
            <summary>Gets or sets the type of deployment entity to be retrieved.</summary>
            <returns>Type: <see cref="T:Microsoft.Xrm.Sdk.Deployment.DeploymentEntityType"></see>The type of deployment entity to be retrieved.</returns>
        </member>
        <member name="P:Microsoft.Xrm.Sdk.Deployment.RetrieveRequest.InstanceTag">
            <summary>Gets or sets the ID or instance tag of the deployment record to be retrieved.</summary>
            <returns>Type: <see cref="T:Microsoft.Xrm.Sdk.Deployment.EntityInstanceId"></see>The ID or instance tag of the deployment record to be retrieved.</returns>
        </member>
        <member name="T:Microsoft.Xrm.Sdk.Deployment.RetrieveResponse">
            <summary>Contains the response from the<see cref="T:Microsoft.Xrm.Sdk.Deployment.RetrieveRequest"></see>.</summary>
        </member>
        <member name="M:Microsoft.Xrm.Sdk.Deployment.RetrieveResponse.#ctor">
            <summary>Initializes a new instance of the <see cref="T:Microsoft.Xrm.Sdk.Deployment.RetrieveResponse"></see> class.</summary>
        </member>
        <member name="P:Microsoft.Xrm.Sdk.Deployment.RetrieveResponse.Entity">
            <summary>Gets or sets the record that was retrieved.</summary>
            <returns>Type: <see cref="T:Microsoft.Xrm.Sdk.Deployment.DeploymentObject"></see>The record that was retrieved.</returns>
        </member>
        <member name="T:Microsoft.Xrm.Sdk.Deployment.Server">
            <summary>Contains information about a server in a pn_microsoftcrm deployment.</summary>
        </member>
        <member name="M:Microsoft.Xrm.Sdk.Deployment.Server.#ctor">
            <summary>Initializes a new instance of the <see cref="T:Microsoft.Xrm.Sdk.Deployment.Server"></see> class.</summary>
        </member>
        <member name="P:Microsoft.Xrm.Sdk.Deployment.Server.FullName">
            <summary>Gets or sets the full name of the server.</summary>
            <returns>Type: Returns_String
The name of the server.</returns>
        </member>
        <member name="P:Microsoft.Xrm.Sdk.Deployment.Server.Id">
            <summary>Gets the organization ID.</summary>
            <returns>Type: Returns_GuidThe organization ID.</returns>
        </member>
        <member name="P:Microsoft.Xrm.Sdk.Deployment.Server.Name">
            <summary>Gets the name of the server.</summary>
            <returns>Type: Returns_String
The name of the server.</returns>
        </member>
        <member name="P:Microsoft.Xrm.Sdk.Deployment.Server.Roles">
            <summary>Gets the set of roles configured for the server.</summary>
            <returns>Type: <see cref="T:Microsoft.Xrm.Sdk.Deployment.ServerRoles"></see>The set of roles configured for the server.</returns>
        </member>
        <member name="P:Microsoft.Xrm.Sdk.Deployment.Server.State">
            <summary>Gets or sets the state of the server.</summary>
            <returns>Type: <see cref="T:Microsoft.Xrm.Sdk.Deployment.ServerState"></see>The state of the server.</returns>
        </member>
        <member name="P:Microsoft.Xrm.Sdk.Deployment.Server.Version">
            <summary>Gets the version number of the server.</summary>
            <returns>Type: Returns_String
The version number of the server.</returns>
        </member>
        <member name="T:Microsoft.Xrm.Sdk.Deployment.ServerRoles">
            <summary>Describes specific server functionality, components, and services.</summary>
        </member>
        <member name="F:Microsoft.Xrm.Sdk.Deployment.ServerRoles.AdminWebService">
            <summary>Internal. Value = 0x2000.</summary>
        </member>
        <member name="F:Microsoft.Xrm.Sdk.Deployment.ServerRoles.ApiServer">
            <summary>The role that allows programmatic access to the organization Web service. Value = 0x8000.</summary>
        </member>
        <member name="F:Microsoft.Xrm.Sdk.Deployment.ServerRoles.AppServer">
            <summary>The role that runs the Web application server that is used to connect users to Microsoft Dynamics CRM data. Value = 1.</summary>
        </member>
        <member name="F:Microsoft.Xrm.Sdk.Deployment.ServerRoles.AsyncService">
            <summary>The role that allows processing of queued asynchronous events, such as workflows, asynchronous plug-ins, bulk e-mail, or data import. Value = 2.</summary>
        </member>
        <member name="F:Microsoft.Xrm.Sdk.Deployment.ServerRoles.ConfigSqlServer">
            <summary>Internal. Value = 0x10000. </summary>
        </member>
        <member name="F:Microsoft.Xrm.Sdk.Deployment.ServerRoles.ConfigWitnessServer">
            <summary>Internal. Value = 0x20000.</summary>
        </member>
        <member name="F:Microsoft.Xrm.Sdk.Deployment.ServerRoles.DeploymentManagementTools">
            <summary>The role that allows the use of the pn_deploymentmanager and pn_PowerShell cmdlets. pn_microsoftcrm administrators can use the pn_PowerShell cmdlets to automate Deployment Manager tasks. pn_deploymentmanager is a Microsoft Management Console (MMC) snap-in that system administrators can use to manage organizations, servers, and licenses for deployments of pn_microsoftcrm. Value = 0x4000000.</summary>
        </member>
        <member name="F:Microsoft.Xrm.Sdk.Deployment.ServerRoles.DeploymentService">
            <summary>The role that allows programmatic access to deployment management. Value = 0x200000.</summary>
        </member>
        <member name="F:Microsoft.Xrm.Sdk.Deployment.ServerRoles.DiscoveryService">
            <summary>The role that allows discovery of organizations. Value = 8.</summary>
        </member>
        <member name="F:Microsoft.Xrm.Sdk.Deployment.ServerRoles.Dns">
            <summary>Internal. Value = 0x4000.</summary>
        </member>
        <member name="F:Microsoft.Xrm.Sdk.Deployment.ServerRoles.EmailConnector">
            <summary>The role for the email connector. Value = 0x40000000.</summary>
        </member>
        <member name="F:Microsoft.Xrm.Sdk.Deployment.ServerRoles.EmailService">
            <summary>Internal. Value = 0x10.</summary>
        </member>
        <member name="F:Microsoft.Xrm.Sdk.Deployment.ServerRoles.GeoSqlServer">
            <summary>Internal. Value = 0x100000.</summary>
        </member>
        <member name="F:Microsoft.Xrm.Sdk.Deployment.ServerRoles.HelpServer">
            <summary>The role that makes pn_microsoftcrm help available to users. Value = 0x40000.</summary>
        </member>
        <member name="F:Microsoft.Xrm.Sdk.Deployment.ServerRoles.LivePlatform">
            <summary>Internal. Value = 0x800.</summary>
        </member>
        <member name="F:Microsoft.Xrm.Sdk.Deployment.ServerRoles.None">
            <summary>Indicates no roles. Value = 0.</summary>
        </member>
        <member name="F:Microsoft.Xrm.Sdk.Deployment.ServerRoles.OnlineAnalyticsServer">
            <summary>Internal. Value = 0x8000000.</summary>
        </member>
        <member name="F:Microsoft.Xrm.Sdk.Deployment.ServerRoles.OnlineAnalyticsSqlServer">
            <summary>Internal. Value = 0x10000000.</summary>
        </member>
        <member name="F:Microsoft.Xrm.Sdk.Deployment.ServerRoles.OpsServer">
            <summary>Internal. Value = 0x40. </summary>
        </member>
        <member name="F:Microsoft.Xrm.Sdk.Deployment.ServerRoles.Portal">
            <summary>Internal. Value = 0x200.</summary>
        </member>
        <member name="F:Microsoft.Xrm.Sdk.Deployment.ServerRoles.Provisioning">
            <summary>Internal. Value = 0x400.</summary>
        </member>
        <member name="F:Microsoft.Xrm.Sdk.Deployment.ServerRoles.SandboxServer">
            <summary>The role that enables an isolated environment for the execution of custom code, such as plug-ins. This isolated environment reduces the possibility of custom code affecting the operation of the organizations. Value = 0x1000000.</summary>
        </member>
        <member name="F:Microsoft.Xrm.Sdk.Deployment.ServerRoles.ScaleGroupProvisioning">
            <summary>Internal. Value = 0x800000.</summary>
        </member>
        <member name="F:Microsoft.Xrm.Sdk.Deployment.ServerRoles.SiteSqlServer">
            <summary>Internal. Value = 0x400000.</summary>
        </member>
        <member name="F:Microsoft.Xrm.Sdk.Deployment.ServerRoles.SqlServer">
            <summary>The role that installs the configuration database (MSCRM_CONFIG) on the SQL Server. Value = 0x100.</summary>
        </member>
        <member name="F:Microsoft.Xrm.Sdk.Deployment.ServerRoles.SrsDataConnector">
            <summary>The role that provides reporting functionality by interfacing with the pn_microsoftcrm system and pn_SQL_Server_Reporting. Value = 4.</summary>
        </member>
        <member name="F:Microsoft.Xrm.Sdk.Deployment.ServerRoles.StatsSqlServer">
            <summary>Internal. Value = 0x80000.</summary>
        </member>
        <member name="F:Microsoft.Xrm.Sdk.Deployment.ServerRoles.Support">
            <summary>Internal. Value = 0x1000.</summary>
        </member>
        <member name="F:Microsoft.Xrm.Sdk.Deployment.ServerRoles.VssWriter">
            <summary>Internal. Value = 0x20000000.</summary>
        </member>
        <member name="F:Microsoft.Xrm.Sdk.Deployment.ServerRoles.WebService">
            <summary>Obsolete. Value = 0x20.</summary>
        </member>
        <member name="F:Microsoft.Xrm.Sdk.Deployment.ServerRoles.WitnessServer">
            <summary>Internal. Value = 0x80.</summary>
        </member>
        <member name="M:Microsoft.Xrm.Sdk.Deployment.ServerSideSyncACTSettings.#ctor">
            <summary>Initializes the <see cref="T:Microsoft.Xrm.Sdk.Deployment.ServerSideSyncACTSettings"></see> class.</summary>
        </member>
        <member name="P:Microsoft.Xrm.Sdk.Deployment.ServerSideSyncACTSettings.ActiveMailboxMaximumBackoffForACT">
            <summary>Defines the maximum duration, in seconds, after which the service checks an active mailbox for appointments, contacts, or tasks.</summary>
            <returns>Type: Returns_Int32The maximum duration.</returns>
        </member>
        <member name="P:Microsoft.Xrm.Sdk.Deployment.ServerSideSyncACTSettings.ActiveMailboxMinimumBackoffForACT">
            <summary>Defines the minimum duration, in seconds, after which the service checks an active mailbox for appointments, contacts, or tasks.</summary>
            <returns>Type: Returns_Int32The minimum duration.</returns>
        </member>
        <member name="P:Microsoft.Xrm.Sdk.Deployment.ServerSideSyncACTSettings.IdleMailboxMaximumBackoffForACT">
            <summary>Defines the maximum duration, in seconds, after which the service checks an idle mailbox for appointments, contacts, or tasks.</summary>
            <returns>Type: Returns_Int32The maximum duration.</returns>
        </member>
        <member name="P:Microsoft.Xrm.Sdk.Deployment.ServerSideSyncACTSettings.IdleMailboxMinimumBackoffForACT">
            <summary>Defines the minimum duration, in seconds, after which the service checks an idle mailbox for appointments, contacts, or tasks.</summary>
            <returns>Type: Returns_Int32The minimum duration.</returns>
        </member>
        <member name="P:Microsoft.Xrm.Sdk.Deployment.ServerSideSyncACTSettings.MailboxBackoffOnTimeoutForACT">
            <summary>Defines the duration, in seconds, to postpone synchronizing appointments, contacts, or tasks for a mailbox on an Exchange server request time-out.</summary>
            <returns>Type: Returns_Int32The duration.</returns>
        </member>
        <member name="P:Microsoft.Xrm.Sdk.Deployment.ServerSideSyncACTSettings.MailboxBackoffOnTransientErrorForACT">
            <summary>Defines the duration, in seconds, to postpone synchronizing appointments, contacts, or tasks for a mailbox after encountering a transient error.</summary>
            <returns>Type: Returns_Int32The duration.</returns>
        </member>
        <member name="P:Microsoft.Xrm.Sdk.Deployment.ServerSideSyncACTSettings.MaximumItemsPerCycleForACT">
            <summary>Defines the maximum number of appointments, contacts, or tasks processed by an Exchange server in a cycle.</summary>
            <returns>Type: Returns_Int32The maximum number.</returns>
        </member>
        <member name="P:Microsoft.Xrm.Sdk.Deployment.ServerSideSyncACTSettings.MaximumMailboxTransientFailuresForACT">
            <summary>Defines the maximum number of transient failures that can occur before a mailbox is disabled for synchronizing appointments, contacts, or tasks.</summary>
            <returns>Type: Returns_Int32The maximum number.</returns>
        </member>
        <member name="P:Microsoft.Xrm.Sdk.Deployment.ServerSideSyncACTSettings.MaximumSynchronizationAttemptsForACT">
            <summary>Defines the maximum number of attempts allowed to synchronize an appointment, contact, or task.</summary>
            <returns>Type: Returns_Int32The maximum number.</returns>
        </member>
        <member name="P:Microsoft.Xrm.Sdk.Deployment.ServerSideSyncACTSettings.RetrievalBatchSizeForACT">
            <summary>Defines the batch size for retrieving appointments, contacts, tasks from an Exchange server.</summary>
            <returns>Type: Returns_Int32The batch size.</returns>
        </member>
        <member name="P:Microsoft.Xrm.Sdk.Deployment.ServerSideSyncEmailSettings.ActiveMailboxMaximumBackoff">
            <summary>Defines the maximum duration, in seconds, after which the service checks an active mailbox for the user’s email.</summary>
            <returns>Type: Returns_Int32The maximum duration.</returns>
        </member>
        <member name="P:Microsoft.Xrm.Sdk.Deployment.ServerSideSyncEmailSettings.ActiveMailboxMinimumBackoff">
            <summary>Defines the minimum duration, in seconds, after which the service checks an active mailbox for the user’s email.</summary>
            <returns>Type: Returns_Int32The minimum duration.</returns>
        </member>
        <member name="P:Microsoft.Xrm.Sdk.Deployment.ServerSideSyncEmailSettings.AllowADBasedAuthenticationProtocols">
            <summary>Allows pn_Active_Directory based authentication to connect with email servers. The default value for pn_CRM_Online is false, and for pn_microsoftcrm on premises the default value is true.</summary>
            <returns>Type: Returns_Boolean.</returns>
        </member>
        <member name="P:Microsoft.Xrm.Sdk.Deployment.ServerSideSyncEmailSettings.AllowBasicAuthenticationOnNonSecureChannel">
            <summary>Controls whether pn_microsoftcrm is allowed to connect to an email server on a non-secure channel using Basic/Clear Text authentication, for both outgoing and incoming email.</summary>
            <returns>Type: Returns_Boolean.</returns>
        </member>
        <member name="P:Microsoft.Xrm.Sdk.Deployment.ServerSideSyncEmailSettings.AllowCredentialsEntryViaNonSecureChannels">
            <summary>Allows entering the user credentials via a non-secure channel.</summary>
            <returns>Type: Returns_Boolean.</returns>
        </member>
        <member name="P:Microsoft.Xrm.Sdk.Deployment.ServerSideSyncEmailSettings.AllowNonSSLEmail">
            <summary>Controls whether pn_microsoftcrm is allowed to connect to an email server on a non-secure channel, for both outgoing and incoming email.</summary>
            <returns>Type: Returns_Boolean.</returns>
        </member>
        <member name="P:Microsoft.Xrm.Sdk.Deployment.ServerSideSyncEmailSettings.EmailRouterMigrationMaxParallelRuns">
            <summary>Defines the maximum number of parallel migration processes on the server for an organization. Any migration request exceeding this value is rejected.</summary>
            <returns>Type: Returns_Int32.</returns>
        </member>
        <member name="P:Microsoft.Xrm.Sdk.Deployment.ServerSideSyncEmailSettings.ExchangeAutoDiscoverBulkDiscoveryBatchSize">
            <summary>Defines the maximum batch size for discovering Exchange Web Services URL in a single request.</summary>
            <returns>Type: Returns_Int32.</returns>
        </member>
        <member name="P:Microsoft.Xrm.Sdk.Deployment.ServerSideSyncEmailSettings.ExchangeAutoDiscoverMaxRedirects">
            <summary>Defines the maximum redirects honored in an Exchange Web Services autodiscover request.</summary>
            <returns>Type: Returns_Int32.</returns>
        </member>
        <member name="P:Microsoft.Xrm.Sdk.Deployment.ServerSideSyncEmailSettings.IdleMailboxMaximumBackoff">
            <summary>Defines the maximum duration, in seconds, after which the service checks an idle mailbox for the user’s email.</summary>
            <returns>Type: Returns_Int32.</returns>
        </member>
        <member name="P:Microsoft.Xrm.Sdk.Deployment.ServerSideSyncEmailSettings.IdleMailboxMinimumBackoff">
            <summary>Defines the minimum duration, in seconds, after which the service checks an idle mailbox for the user’s email.</summary>
            <returns>Type: Returns_Int32.</returns>
        </member>
        <member name="P:Microsoft.Xrm.Sdk.Deployment.ServerSideSyncEmailSettings.IncomingEmailExchangeEmailRetrievalBatchSize">
            <summary>Defines the email retrieval batch size of the Exchange server.</summary>
            <returns>Type: Returns_Int32.</returns>
        </member>
        <member name="P:Microsoft.Xrm.Sdk.Deployment.ServerSideSyncEmailSettings.IncomingEmailMaximumSizeLimit">
            <summary>Defines the maximum limit, in bytes, for the incoming message size. This settings applies to email received from an Exchange or POP3 email server type.</summary>
            <returns>Type: Returns_Int32.</returns>
        </member>
        <member name="P:Microsoft.Xrm.Sdk.Deployment.ServerSideSyncEmailSettings.IncomingMaximumEmailsPerCycle">
            <summary>Defines the maximum number of messages that an incoming provider can process in a cycle.</summary>
            <returns>Type: Returns_Int32.</returns>
        </member>
        <member name="P:Microsoft.Xrm.Sdk.Deployment.ServerSideSyncEmailSettings.LogEwsResponseHttpHeaders">
            <summary>Enables logging of Exchange Web Services response headers in pn_microsoftcrm traces.</summary>
            <returns>Type: Returns_Boolean.</returns>
        </member>
        <member name="P:Microsoft.Xrm.Sdk.Deployment.ServerSideSyncEmailSettings.MailboxBackoffOnTimeout">
            <summary>Defines the duration, in seconds, that sending or receiving email is postponed for a mailbox when a request to the email server times out.</summary>
            <returns>Type: Returns_Int32.</returns>
        </member>
        <member name="P:Microsoft.Xrm.Sdk.Deployment.ServerSideSyncEmailSettings.MailboxBackoffOnTransientError">
            <summary>Defines the duration, in seconds, to postpone sending or receiving email for a mailbox after a transient error occurs.</summary>
            <returns>Type: Returns_Int32.</returns>
        </member>
        <member name="P:Microsoft.Xrm.Sdk.Deployment.ServerSideSyncEmailSettings.MailboxSendBackoffOnSubmissionQuotaExceeded">
            <summary>Defines the duration, in minutes, that sending email from a mailbox is postponed when the Exchange submission quota is exceeded.</summary>
            <returns>Type: Returns_Int32.</returns>
        </member>
        <member name="P:Microsoft.Xrm.Sdk.Deployment.ServerSideSyncEmailSettings.MaximumEmailDeliveryAttempts">
            <summary>Defines the maximum number of attempts that can be made to send an email.</summary>
            <returns>Type: Returns_Int32.</returns>
        </member>
        <member name="P:Microsoft.Xrm.Sdk.Deployment.ServerSideSyncEmailSettings.MaximumExchangeWebResponseSize">
            <summary>Defines the maximum size of response, in KB, from Exchange using Exchange Web Services.</summary>
            <returns>Type: Returns_Int32.</returns>
        </member>
        <member name="P:Microsoft.Xrm.Sdk.Deployment.ServerSideSyncEmailSettings.MaxMailboxTransientFailures">
            <summary>Defines the number of transient failures that can occur before the mailbox is automatically disabled.</summary>
            <returns>Type: Returns_Int32.</returns>
        </member>
        <member name="P:Microsoft.Xrm.Sdk.Deployment.ServerSideSyncEmailSettings.MessageIDCacheCapacity">
            <summary>Defines the capacity of the message ID cache for server-side synchronization.</summary>
            <returns>Type: Returns_Int32.</returns>
        </member>
        <member name="P:Microsoft.Xrm.Sdk.Deployment.ServerSideSyncEmailSettings.MessageIDCacheRetentionTime">
            <summary>Defines the time, in minutes, that the email message ID is retained in the cache.</summary>
            <returns>Type: Returns_Int32.</returns>
        </member>
        <member name="P:Microsoft.Xrm.Sdk.Deployment.ServerSideSyncEmailSettings.PendingEmailsRetryInterval">
            <summary>Defines the interval in minutes after which an email in pending send status is picked up for retry.</summary>
            <returns>Type: Returns_Int32.</returns>
        </member>
        <member name="P:Microsoft.Xrm.Sdk.Deployment.ServerSideSyncEmailSettings.ProcessEmailSinceMaximumDaysAllowed">
            <summary>Defines the maximum number of days before the current date or time that server-side synchronization can be configured to process email. This information is provided in an email server profile record in pn_microsoftcrm.</summary>
            <returns>Type: Returns_Int32.</returns>
        </member>
        <member name="P:Microsoft.Xrm.Sdk.Deployment.ServerSideSyncEmailSettings.SendingEmailsRetryInterval">
            <summary>Defines the interval, in minutes, after which an email in sending status is picked up for retry.</summary>
            <returns>Type: Returns_Int32.</returns>
        </member>
        <member name="P:Microsoft.Xrm.Sdk.Deployment.ServerSideSyncEmailSettings.TestEmailConfigurationRetryInterval">
            <summary>Defines the interval, in minutes, to attempt the email test configuration again.</summary>
            <returns>Type: Returns_Int32.</returns>
        </member>
        <member name="M:Microsoft.Xrm.Sdk.Deployment.ServerSideSyncQueueSettings.#ctor">
            <summary>Initializes the <see cref="T:Microsoft.Xrm.Sdk.Deployment.ServerSideSyncQueueSettings"></see> class.</summary>
        </member>
        <member name="P:Microsoft.Xrm.Sdk.Deployment.ServerSideSyncQueueSettings.ActivitiesDequedPerEvent">
            <summary>Controls the number of activities to be removed from a queue per asynchronous event.</summary>
            <returns>Type: Returns_Int32 .</returns>
        </member>
        <member name="P:Microsoft.Xrm.Sdk.Deployment.ServerSideSyncQueueSettings.ActivityQueueItemsInMemoryHigh">
            <summary>Defines the upper limit of the number of activity batches held in memory at any point of time.</summary>
            <returns>Type: Returns_Int32.</returns>
        </member>
        <member name="P:Microsoft.Xrm.Sdk.Deployment.ServerSideSyncQueueSettings.ActivityQueueItemsInMemoryLow">
            <summary>Defines the lower limit beyond which the service will stop removing activity batches held in memory from the queue.</summary>
            <returns>Type: Returns_Int32.</returns>
        </member>
        <member name="P:Microsoft.Xrm.Sdk.Deployment.ServerSideSyncQueueSettings.ActivityQueueMaximumThreadsPercent">
            <summary>Defines the maximum percentage of worker threads to be used for running asynchronous operations.</summary>
            <returns>Type: Returns_Double.</returns>
        </member>
        <member name="P:Microsoft.Xrm.Sdk.Deployment.ServerSideSyncQueueSettings.ActivityQueueMaximumThreadsPerCPU">
            <summary>Defines the maximum number of threads per CPU to be used for running asynchronous operations.</summary>
            <returns>Type: Returns_Int32.</returns>
        </member>
        <member name="P:Microsoft.Xrm.Sdk.Deployment.ServerSideSyncQueueSettings.ActivityQueueSelectInterval">
            <summary>Defines how frequently to poll the organization database activity pointer table to check for any new outgoing emails that have to be sent.</summary>
            <returns>Type: Returns_Int32.</returns>
        </member>
        <member name="P:Microsoft.Xrm.Sdk.Deployment.ServerSideSyncQueueSettings.MailboxesDequedPerEvent">
            <summary>Controls the number of mailboxes to be removed from a queue per asynchronous event.</summary>
            <returns>Type: Returns_Int32.</returns>
        </member>
        <member name="P:Microsoft.Xrm.Sdk.Deployment.ServerSideSyncQueueSettings.MailboxQueueItemsInMemoryHigh">
            <summary>Defines the upper limit on the number of mailbox batches held in memory at any point in time.</summary>
            <returns>Type: Returns_Int32.</returns>
        </member>
        <member name="P:Microsoft.Xrm.Sdk.Deployment.ServerSideSyncQueueSettings.MailboxQueueItemsInMemoryLow">
            <summary>Defines the limit on the number of mailbox batches held in memory, beyond which the service will stop removing more mailboxes from the queue.</summary>
            <returns>Type: Returns_Int32.</returns>
        </member>
        <member name="P:Microsoft.Xrm.Sdk.Deployment.ServerSideSyncQueueSettings.MailboxQueueMaximumThreadsPercent">
            <summary>Defines the maximum percentage of worker threads for running asynchronous operations.</summary>
            <returns>Type: Returns_Double.</returns>
        </member>
        <member name="P:Microsoft.Xrm.Sdk.Deployment.ServerSideSyncQueueSettings.MailboxQueueMaximumThreadsPerCPU">
            <summary>Defines the maximum number of threads per CPU for running asynchronous operations.</summary>
            <returns>Type: Returns_Int32.</returns>
        </member>
        <member name="P:Microsoft.Xrm.Sdk.Deployment.ServerSideSyncQueueSettings.MailboxQueueSelectInterval">
            <summary>Defines the recurrence period, in seconds, of removing mailboxes from the queue in the database.</summary>
            <returns>Type: Returns_Int32.</returns>
        </member>
        <member name="P:Microsoft.Xrm.Sdk.Deployment.ServerSideSyncQueueSettings.MailboxRetryDelay">
            <summary>Defines the number of minutes after which a locked mailbox record is checked again for incoming email processing in case of a service crash.</summary>
            <returns>Type: Returns_Int32.</returns>
        </member>
        <member name="P:Microsoft.Xrm.Sdk.Deployment.ServerSideSyncQueueSettings.MaximumActivitiesPerSelect">
            <summary>Controls the maximum number of activities that can be removed from the queue for an organization per select interval.</summary>
            <returns>Type: Returns_Int32.</returns>
        </member>
        <member name="P:Microsoft.Xrm.Sdk.Deployment.ServerSideSyncQueueSettings.WaitingOperationTimeout">
            <summary>Defines the maximum time allowed for any call to the email server to complete. If a response isn’t received from the email server within this time period, the request is aborted. This setting applies to both Exchange and POP3/SMTP.</summary>
            <returns>Type: Returns_Int32.</returns>
        </member>
        <member name="T:Microsoft.Xrm.Sdk.Deployment.ServerState">
            <summary>Describes the state of a server.</summary>
        </member>
        <member name="F:Microsoft.Xrm.Sdk.Deployment.ServerState.Disabled">
            <summary>Specifies that the server is disabled. Value = 0.</summary>
        </member>
        <member name="F:Microsoft.Xrm.Sdk.Deployment.ServerState.Enabled">
            <summary>Specifies that the server is enabled. Value = 1.</summary>
        </member>
        <member name="F:Microsoft.Xrm.Sdk.Deployment.ServerState.None">
            <summary>Specifies that no server state. Value = -1.</summary>
        </member>
        <member name="T:Microsoft.Xrm.Sdk.Deployment.SqmSettings">
            <summary>Contains settings about the Microsoft customer experience improvement program.</summary>
        </member>
        <member name="M:Microsoft.Xrm.Sdk.Deployment.SqmSettings.#ctor">
            <summary>Initializes a new instance of the <see cref="T:Microsoft.Xrm.Sdk.Deployment.SqmSettings"></see> class.</summary>
        </member>
        <member name="P:Microsoft.Xrm.Sdk.Deployment.SqmSettings.SqmEnabled">
            <summary>Gets or sets the value that indicates whether collection of information for the customer experience improvement program is enabled.</summary>
            <returns>Type: Returns_Booleantrue if the information collection for the customer experience program is enabled; otherwise, false.</returns>
        </member>
        <member name="T:Microsoft.Xrm.Sdk.Deployment.TeamSettings">
            <summary>Contains settings for the auto created (system-managed) access teams.</summary>
        </member>
        <member name="M:Microsoft.Xrm.Sdk.Deployment.TeamSettings.#ctor">
            <summary>Initializes a new instance of the <see cref="T:Microsoft.Xrm.Sdk.Deployment.TeamSettings"></see> class.</summary>
        </member>
        <member name="P:Microsoft.Xrm.Sdk.Deployment.TeamSettings.MaxAutoCreatedAccessTeamsPerEntity">
            <summary>Gets or sets the maximum number of auto created (system-managed) access teams per entity. Required.</summary>
            <returns>Type: Returns_Int32The maximum number of auto created (system-managed) access teams per entity. The default value for this setting is 2.</returns>
        </member>
        <member name="P:Microsoft.Xrm.Sdk.Deployment.TeamSettings.MaxEntitiesEnabledForAutoCreatedAccessTeams">
            <summary>Gets or sets the maximum number of entities that can be enabled for auto created (system-managed) access teams. Required.</summary>
            <returns>Type: Returns_Int32The maximum number of entities that can be enabled for auto created (system-managed) access teams. The default value for this setting is 5.</returns>
        </member>
        <member name="T:Microsoft.Xrm.Sdk.Deployment.ThrottleSettings">
            <summary>Contains information about service throttling.</summary>
        </member>
        <member name="M:Microsoft.Xrm.Sdk.Deployment.ThrottleSettings.#ctor">
            <summary>Initializes a new instance of the <see cref="T:Microsoft.Xrm.Sdk.Deployment.ThrottleSettings"></see> class.</summary>
        </member>
        <member name="P:Microsoft.Xrm.Sdk.Deployment.ThrottleSettings.ExecuteAsyncMaxConnectionsPerServer">
            <summary>Gets or sets the maximum number of concurrent asynchronous execute operations per organization.</summary>
            <returns>Type: Returns_Int32The maximum number.</returns>
        </member>
        <member name="P:Microsoft.Xrm.Sdk.Deployment.ThrottleSettings.ExecuteAsyncPerOrgMaxConnectionsPerServer">
            <summary>Gets or sets the maximum number of concurrent execute multiple operations per organization per server.</summary>
            <returns>Type: Returns_Int32The maximum number..</returns>
        </member>
        <member name="P:Microsoft.Xrm.Sdk.Deployment.ThrottleSettings.ExecuteMultipleMaxConnectionsPerServer">
            <summary>Gets or sets the maximum number of concurrent execute multiple operations per organization.</summary>
            <returns>Type: Returns_Int32The maximum number of concurrent execute multiple operations per organization.</returns>
        </member>
        <member name="P:Microsoft.Xrm.Sdk.Deployment.ThrottleSettings.ExecuteMultiplePerOrgMaxConnectionsPerServer">
            <summary>Gets or sets the maximum number of concurrent execute multiple operations per organization per server.</summary>
            <returns>Type: Returns_Int32The maximum number of concurrent execute multiple operations per organization per server.</returns>
        </member>
        <member name="P:Microsoft.Xrm.Sdk.Deployment.ThrottleSettings.FollowInYammerMaxConnectionsPerServer">
            <summary>internal</summary>
            <returns>Type: Returns_Int32</returns>
        </member>
        <member name="P:Microsoft.Xrm.Sdk.Deployment.ThrottleSettings.FollowInYammerPerOrgMaxConnectionsPerServer">
            <summary>internal</summary>
            <returns>Type: Returns_Int32</returns>
        </member>
        <member name="P:Microsoft.Xrm.Sdk.Deployment.ThrottleSettings.MapiSyncMaxConnectionsPerServer">
            <summary>Gets or sets the server setting to control the maximum number of MAPI sync operations.</summary>
            <returns>Type: Returns_Int32The maximum number of MAPI sync operations.</returns>
        </member>
        <member name="P:Microsoft.Xrm.Sdk.Deployment.ThrottleSettings.MapiSyncPerOrgMaxConnectionsPerServer">
            <summary>Gets or sets the server setting to control the maximum number of MAPI sync operations per organization. </summary>
            <returns>Type: Returns_Int32The maximum number of MAPI sync operations per organization.</returns>
        </member>
        <member name="P:Microsoft.Xrm.Sdk.Deployment.ThrottleSettings.MaxBackgroundSendEmailRequestsPerOrgPerServer">
            <summary>Gets or sets the Server setting to control the maximum number of background email send operations per organization.</summary>
            <returns>Type: Returns_Int32The maximum number of background email send operations per organization.</returns>
        </member>
        <member name="P:Microsoft.Xrm.Sdk.Deployment.ThrottleSettings.MaxBackgroundSendEmailRequestsPerServer">
            <summary>Gets or sets the server setting to control the maximum number of background email send operations.</summary>
            <returns>Type: Returns_Int32The maximum number of background email send operations.</returns>
        </member>
        <member name="P:Microsoft.Xrm.Sdk.Deployment.ThrottleSettings.MaxSharepointThreadsperOrganisation">
            <summary>Gets or sets the maximum number of pn_ms_SharePoint_long threads allowed per organization.</summary>
            <returns>Type: Returns_Int32The maximum number of threads allowed.</returns>
        </member>
        <member name="P:Microsoft.Xrm.Sdk.Deployment.ThrottleSettings.MaxSharepointThreadsperUser">
            <summary>Gets or sets the maximum number of pn_ms_SharePoint_long threads allowed per user.</summary>
            <returns>Type: Returns_Int32The maximum number of threads allowed.</returns>
        </member>
        <member name="P:Microsoft.Xrm.Sdk.Deployment.ThrottleSettings.OfflineSyncMaxConnectionsPerServer">
            <summary>Gets or sets the server setting to control the maximum number of offline sync operations.</summary>
            <returns>Type: Returns_Int32Gets or sets the server setting to control the maximum number of offline sync operations.</returns>
        </member>
        <member name="P:Microsoft.Xrm.Sdk.Deployment.ThrottleSettings.OfflineSyncPerOrgMaxConnectionsPerServer">
            <summary>Gets or sets the Server setting to control the maximum number of offline sync operations per organization.</summary>
            <returns>Type: Returns_Int32The maximum number of offline sync operations per organization.</returns>
        </member>
        <member name="P:Microsoft.Xrm.Sdk.Deployment.ThrottleSettings.OutlookSyncMaxConnectionsPerServer">
            <summary>Gets or sets the server setting to control the maximum number of pn_crm_for_outlook_short sync operations.</summary>
            <returns>Type: Returns_Int32The maximum number of sync operations.</returns>
        </member>
        <member name="P:Microsoft.Xrm.Sdk.Deployment.ThrottleSettings.OutlookSyncPerOrgMaxConnectionsPerServer">
            <summary>Gets or sets the server setting to control the maximum number of pn_crm_for_outlook_short sync operations per organization.</summary>
            <returns>Type: Returns_Int32The maximum number of sync operations per organization.</returns>
        </member>
        <member name="T:Microsoft.Xrm.Sdk.Deployment.TraceSettings">
            <summary>Contains trace settings for a deployment.</summary>
        </member>
        <member name="M:Microsoft.Xrm.Sdk.Deployment.TraceSettings.#ctor">
            <summary>Initializes a new instance of the <see cref="T:Microsoft.Xrm.Sdk.Deployment.TraceSettings"></see> class.</summary>
        </member>
        <member name="P:Microsoft.Xrm.Sdk.Deployment.TraceSettings.CallStack">
            <summary>Gets or sets whether to save the call stack.</summary>
            <returns>Type: Returns_Booleantrue if saving the call stack is enabled; otherwise, false.</returns>
        </member>
        <member name="P:Microsoft.Xrm.Sdk.Deployment.TraceSettings.Categories">
            <summary>Gets or sets the categories to trace.</summary>
            <returns>Type: Returns_String
The categories to trace.</returns>
        </member>
        <member name="P:Microsoft.Xrm.Sdk.Deployment.TraceSettings.Directory">
            <summary>Gets or sets the directory for the trace files.</summary>
            <returns>Type: Returns_String
The directory for the trace files.</returns>
        </member>
        <member name="P:Microsoft.Xrm.Sdk.Deployment.TraceSettings.Enabled">
            <summary>Gets or sets whether tracing is enabled.</summary>
            <returns>Type: Returns_Booleantrue if tracing is enabled; otherwise, false.</returns>
        </member>
        <member name="P:Microsoft.Xrm.Sdk.Deployment.TraceSettings.FileSize">
            <summary>Gets or sets the trace file size limit (MB).</summary>
            <returns>Type: Returns_Int32
The size limit of the trace file in MB.</returns>
        </member>
        <member name="T:Microsoft.Xrm.Sdk.Deployment.TrackingLicenseType">
            <summary>Describes the type of license.</summary>
        </member>
        <member name="F:Microsoft.Xrm.Sdk.Deployment.TrackingLicenseType.AdministrativeCal">
            <summary>An administrative client access license (CAL). Value = 2.</summary>
        </member>
        <member name="F:Microsoft.Xrm.Sdk.Deployment.TrackingLicenseType.BasicCal">
            <summary>A basic client access license. Value = 3.</summary>
        </member>
        <member name="F:Microsoft.Xrm.Sdk.Deployment.TrackingLicenseType.DeviceBasicCal">
            <summary>A device basic client access license. Value = 5.</summary>
        </member>
        <member name="F:Microsoft.Xrm.Sdk.Deployment.TrackingLicenseType.DeviceEnterpriseCal">
            <summary>A device enterprise client access license. Value = 6.</summary>
        </member>
        <member name="F:Microsoft.Xrm.Sdk.Deployment.TrackingLicenseType.DeviceEssentialCal">
            <summary>A device essential client access license. Value = 13.</summary>
        </member>
        <member name="F:Microsoft.Xrm.Sdk.Deployment.TrackingLicenseType.DeviceProfessionalCal">
            <summary>A device professional client access license. Value = 4.</summary>
        </member>
        <member name="F:Microsoft.Xrm.Sdk.Deployment.TrackingLicenseType.EnterpriseCal">
            <summary>An enterprise client access license. Value = 12.</summary>
        </member>
        <member name="F:Microsoft.Xrm.Sdk.Deployment.TrackingLicenseType.EnterpriseServer">
            <summary>An enterprise client access license (CAL). Value = 9.</summary>
        </member>
        <member name="F:Microsoft.Xrm.Sdk.Deployment.TrackingLicenseType.EssentialCal">
            <summary>An essential client access license. Value = 1.</summary>
        </member>
        <member name="F:Microsoft.Xrm.Sdk.Deployment.TrackingLicenseType.OnlineServer">
            <summary>An online server client access license (CAL). Value =11 .</summary>
        </member>
        <member name="F:Microsoft.Xrm.Sdk.Deployment.TrackingLicenseType.ProfessionalCal">
            <summary>A professional client access license. Value = 0.</summary>
        </member>
        <member name="F:Microsoft.Xrm.Sdk.Deployment.TrackingLicenseType.ProfessionalServer">
            <summary>A professional server client access license (CAL). Value = 8.</summary>
        </member>
        <member name="F:Microsoft.Xrm.Sdk.Deployment.TrackingLicenseType.SplaServer">
            <summary>A service provider licensing agreement (SPLA) client access license (CAL). Value = 10.</summary>
        </member>
        <member name="F:Microsoft.Xrm.Sdk.Deployment.TrackingLicenseType.WorkgroupServer">
            <summary>A workgroup server client access license (CAL). Value = 7.</summary>
        </member>
        <member name="T:Microsoft.Xrm.Sdk.Deployment.TrackLicenseRequest">
            <summary>Contains the data that is needed to track the licenses for a deployment.</summary>
        </member>
        <member name="M:Microsoft.Xrm.Sdk.Deployment.TrackLicenseRequest.#ctor">
            <summary>constructor_initializes<see cref="T:Microsoft.Xrm.Sdk.Deployment.TrackLicenseRequest"></see> class.</summary>
        </member>
        <member name="P:Microsoft.Xrm.Sdk.Deployment.TrackLicenseRequest.EndDate">
            <summary>Gets or sets the end date for the license.</summary>
            <returns>Type: Returns_DateTimeThe end date.</returns>
        </member>
        <member name="P:Microsoft.Xrm.Sdk.Deployment.TrackLicenseRequest.LicenseType">
            <summary>Gets or sets the type of license.</summary>
            <returns>Type: <see cref="T:Microsoft.Xrm.Sdk.Deployment.TrackingLicenseType"></see>The type of license.</returns>
        </member>
        <member name="P:Microsoft.Xrm.Sdk.Deployment.TrackLicenseRequest.StartDate">
            <summary>Gets or sets the start date for the license.</summary>
            <returns>Type: Returns_DateTimeThe start date.</returns>
        </member>
        <member name="T:Microsoft.Xrm.Sdk.Deployment.TrackLicenseResponse">
            <summary>Contains the response from the<see cref="T:Microsoft.Xrm.Sdk.Deployment.TrackLicenseRequest"></see>.</summary>
        </member>
        <member name="M:Microsoft.Xrm.Sdk.Deployment.TrackLicenseResponse.#ctor">
            <summary>Initializes a new instance of the <see cref="T:Microsoft.Xrm.Sdk.Deployment.TrackLicenseResponse"></see> class.</summary>
        </member>
        <member name="P:Microsoft.Xrm.Sdk.Deployment.TrackLicenseResponse.Servers">
            <summary>Gets or sets the servers for the license request.</summary>
            <returns>Type: <see cref="T:Microsoft.Xrm.Sdk.DataCollection`1"></see>&lt;Returns_String&gt;The collection of servers.</returns>
        </member>
        <member name="P:Microsoft.Xrm.Sdk.Deployment.TrackLicenseResponse.Users">
            <summary>Gets or sets the users for the license request.</summary>
            <returns>Type:<see cref="T:Microsoft.Xrm.Sdk.DataCollection`1"></see>&lt;<see cref="T:Microsoft.Xrm.Sdk.Deployment.OrganizationUserInfo"></see>&gt;The collection of users.</returns>
        </member>
        <member name="T:Microsoft.Xrm.Sdk.Deployment.UpdateAdvancedSettingsRequest">
            <summary>Contains the data that is needed to update advanced settings from the configuration database. internal</summary>
        </member>
        <member name="M:Microsoft.Xrm.Sdk.Deployment.UpdateAdvancedSettingsRequest.#ctor">
            <summary>Initializes a new instance of the <see cref="T:Microsoft.Xrm.Sdk.Deployment.UpdateAdvancedSettingsRequest"></see> class.</summary>
        </member>
        <member name="P:Microsoft.Xrm.Sdk.Deployment.UpdateAdvancedSettingsRequest.Entity">
            <summary>Gets or sets the configuration entity to be updated.</summary>
            <returns>Type: <see cref="T:Microsoft.Xrm.Sdk.Deployment.ConfigurationEntity"></see>The configuration entity to be updated.</returns>
        </member>
        <member name="T:Microsoft.Xrm.Sdk.Deployment.UpdateAdvancedSettingsResponse">
            <summary>Contains the response from the<see cref="T:Microsoft.Xrm.Sdk.Deployment.UpdateAdvancedSettingsRequest"></see>.</summary>
        </member>
        <member name="M:Microsoft.Xrm.Sdk.Deployment.UpdateAdvancedSettingsResponse.#ctor">
            <summary>Initializes a new instance of the <see cref="T:Microsoft.Xrm.Sdk.Deployment.UpdateAdvancedSettingsResponse"></see> class.</summary>
        </member>
        <member name="T:Microsoft.Xrm.Sdk.Deployment.UpdateProductKeyRequest">
            <summary>Contains the data that is needed to update a product key.</summary>
        </member>
        <member name="M:Microsoft.Xrm.Sdk.Deployment.UpdateProductKeyRequest.#ctor">
            <summary>Initializes a new instance of the <see cref="T:Microsoft.Xrm.Sdk.Deployment.UpdateProductKeyRequest"></see> class.</summary>
        </member>
        <member name="P:Microsoft.Xrm.Sdk.Deployment.UpdateProductKeyRequest.ProductKey">
            <summary>Gets or sets the product key to update.</summary>
            <returns>Type: Returns_StringThe product key to update.</returns>
        </member>
        <member name="T:Microsoft.Xrm.Sdk.Deployment.UpdateProductKeyResponse">
            <summary>Contains the response from the <see cref="T:Microsoft.Xrm.Sdk.Deployment.UpdateProductKeyRequest"></see>.</summary>
        </member>
        <member name="M:Microsoft.Xrm.Sdk.Deployment.UpdateProductKeyResponse.#ctor">
            <summary>Initializes a new instance of the <see cref="T:Microsoft.Xrm.Sdk.Deployment.UpdateProductKeyResponse"></see> class.</summary>
        </member>
        <member name="T:Microsoft.Xrm.Sdk.Deployment.UpdateRequest">
            <summary>Contains the data that is needed to update a deployment record.</summary>
        </member>
        <member name="M:Microsoft.Xrm.Sdk.Deployment.UpdateRequest.#ctor">
            <summary>Initializes a new instance of the <see cref="T:Microsoft.Xrm.Sdk.Deployment.UpdateRequest"></see> class.</summary>
        </member>
        <member name="P:Microsoft.Xrm.Sdk.Deployment.UpdateRequest.Entity">
            <summary>Gets or sets the configuration entity to be updated.</summary>
            <returns>Type: <see cref="T:Microsoft.Xrm.Sdk.Deployment.DeploymentObject"></see>The configuration entity to be updated.</returns>
        </member>
        <member name="T:Microsoft.Xrm.Sdk.Deployment.UpdateResponse">
            <summary>Contains the response from the<see cref="T:Microsoft.Xrm.Sdk.Deployment.UpdateRequest"></see>.</summary>
        </member>
        <member name="M:Microsoft.Xrm.Sdk.Deployment.UpdateResponse.#ctor">
            <summary>Initializes a new instance of the <see cref="T:Microsoft.Xrm.Sdk.Deployment.UpdateResponse"></see> class.</summary>
        </member>
        <member name="T:Microsoft.Xrm.Sdk.Deployment.WebAddressSettings">
            <summary>Contains deployment specific root domain address values.</summary>
        </member>
        <member name="M:Microsoft.Xrm.Sdk.Deployment.WebAddressSettings.#ctor">
            <summary>Initializes a new instance of the <see cref="T:Microsoft.Xrm.Sdk.Deployment.WebAddressSettings"></see> class.</summary>
        </member>
        <member name="P:Microsoft.Xrm.Sdk.Deployment.WebAddressSettings.DeploymentSdkRootDomain">
            <summary>Gets or sets the root domain for the deployment Web service (SDK).</summary>
            <returns>Type: Returns_StringThe root domain for the deployment Web service (SDK).</returns>
        </member>
        <member name="P:Microsoft.Xrm.Sdk.Deployment.WebAddressSettings.DiscoveryRootDomain">
            <summary>Gets or sets the root domain for the discovery Web service.</summary>
            <returns>Type: Returns_StringThe root domain for the discovery Web service.</returns>
        </member>
        <member name="P:Microsoft.Xrm.Sdk.Deployment.WebAddressSettings.HelpServerUrl">
            <summary>Gets or sets the URL for help content server.</summary>
            <returns>Type: Returns_StringThe URL for help content server.</returns>
        </member>
        <member name="P:Microsoft.Xrm.Sdk.Deployment.WebAddressSettings.NlbEnabled">
            <summary>Gets or sets whether network load balancing (NLB) is enabled.</summary>
            <returns>Type: Returns_Booleantrue if network load balancing (NLB) is enabled; otherwise, false.</returns>
        </member>
        <member name="P:Microsoft.Xrm.Sdk.Deployment.WebAddressSettings.RootDomainScheme">
            <summary>Gets or sets the root domain scheme: http or https.</summary>
            <returns>Type: <see cref="T:Microsoft.Xrm.Sdk.Deployment.AddressScheme"></see>The root domain scheme: http or https.</returns>
        </member>
        <member name="P:Microsoft.Xrm.Sdk.Deployment.WebAddressSettings.SdkRootDomain">
            <summary>Gets or sets the root domain for the organization Web service (SDK).</summary>
            <returns>Type: Returns_StringThe root domain for the organization Web service (SDK).</returns>
        </member>
        <member name="P:Microsoft.Xrm.Sdk.Deployment.WebAddressSettings.SslHeader">
            <summary>Gets or sets the secured sockets layer (SSL) header. </summary>
            <returns>Type: Returns_StringThe secured sockets layer (SSL) header.</returns>
        </member>
        <member name="P:Microsoft.Xrm.Sdk.Deployment.WebAddressSettings.WebAppRootDomain">
            <summary>Gets or sets the root domain for the Web application.</summary>
            <returns>Type: Returns_StringThe root domain for the Web application.</returns>
        </member>
        <member name="T:Microsoft.Xrm.Sdk.Deployment.WorkflowSettings">
            <summary>Contains workflow setting values which can be changed to tune a pn_microsoftcrm deployment.</summary>
        </member>
        <member name="M:Microsoft.Xrm.Sdk.Deployment.WorkflowSettings.#ctor">
            <summary>Initializes a new instance of the WorkflowSettings class.</summary>
        </member>
        <member name="P:Microsoft.Xrm.Sdk.Deployment.WorkflowSettings.MaxDepth">
            <summary>Gets or sets the maximum depth for a workflow.</summary>
            <returns>Type: Returns_Int32The maximum depth for a workflow.</returns>
        </member>
        <member name="P:Microsoft.Xrm.Sdk.Deployment.WorkflowSettings.MinInactiveSeconds">
            <summary>Gets or sets the maximum number of seconds a workflow can be inactive.</summary>
            <returns>Type: Returns_Int32The maximum number of seconds a workflow can be inactive.</returns>
        </member>
        <member name="T:Microsoft.Xrm.Sdk.Deployment.YammerSettings">
            <summary>Contains settings for pn_yammer.</summary>
        </member>
        <member name="M:Microsoft.Xrm.Sdk.Deployment.YammerSettings.#ctor">
            <summary>Initializes a new instance of the <see cref="T:Microsoft.Xrm.Sdk.Deployment.YammerSettings"></see> class.</summary>
        </member>
        <member name="P:Microsoft.Xrm.Sdk.Deployment.YammerSettings.ApplicationId">
            <summary>Gets or sets the application ID. </summary>
            <returns>Type: Returns_StringThe application ID. The application ID is retrieved from yammer.com when you register your application on pn_yammer. </returns>
        </member>
        <member name="P:Microsoft.Xrm.Sdk.Deployment.YammerSettings.ApplicationSecret">
            <summary>Gets or sets the application secret. </summary>
            <returns>Type: Returns_StringThe application secret. The application secret is provided by yammer.com when you register your application on pn_yammer. </returns>
        </member>
        <member name="T:Microsoft.Xrm.Sdk.Deployment.Proxy.ProxyClientHelper">
            <summary>Provides helper methods to create a deployment service client class.</summary>
        </member>
        <member name="F:Microsoft.Xrm.Sdk.Deployment.Proxy.ProxyClientHelper.DefaultSendTimeout">
            <summary>Gets the timeout for sending requsts to the web service.</summary>
        </member>
        <member name="M:Microsoft.Xrm.Sdk.Deployment.Proxy.ProxyClientHelper.CreateClient(System.Uri)">
            <summary>Creates a deployment web service client, setting the URL.</summary>
            <returns>Returns <see cref="T:Microsoft.Xrm.Sdk.Deployment.DeploymentServiceClient"></see>.</returns>
            <param name="serverAddress">Type: Returns_URI. The URL for the deployment Web service.</param>
        </member>
        <member name="M:Microsoft.Xrm.Sdk.Deployment.Proxy.ProxyClientHelper.CreateClient(System.Uri,System.TimeSpan)">
            <summary>Creates a deployment web service client, setting the URL and the timeout.</summary>
            <returns>Returns <see cref="T:Microsoft.Xrm.Sdk.Deployment.DeploymentServiceClient"></see>.</returns>
            <param name="sendTimeout">Type: Returns_TimeSpan. The timeout value.</param>
            <param name="serverAddress">Type: Returns_URI. The URL for the deployment Web service.</param>
        </member>
    </members>
</doc>