TeamSettings Class

Definition

Contains settings for the auto created (system-managed) access teams.

public ref class TeamSettings : Microsoft::Xrm::Sdk::Deployment::DeploymentConfigSettings
[System.CodeDom.Compiler.GeneratedCode("System.Runtime.Serialization", "4.0.0.0")]
[System.Diagnostics.DebuggerStepThrough]
[System.Runtime.Serialization.DataContract(Name="TeamSettings", Namespace="http://schemas.microsoft.com/xrm/2011/Contracts/Deployment")]
public class TeamSettings : Microsoft.Xrm.Sdk.Deployment.DeploymentConfigSettings
[<System.CodeDom.Compiler.GeneratedCode("System.Runtime.Serialization", "4.0.0.0")>]
[<System.Diagnostics.DebuggerStepThrough>]
[<System.Runtime.Serialization.DataContract(Name="TeamSettings", Namespace="http://schemas.microsoft.com/xrm/2011/Contracts/Deployment")>]
type TeamSettings = class
    inherit DeploymentConfigSettings
Public Class TeamSettings
Inherits DeploymentConfigSettings
Inheritance
Attributes

Remarks

You can use Windows PowerShell to retrieve or update these settings.

Constructors

TeamSettings()

Initializes a new instance of the TeamSettings class.

Properties

ExtensionData

Gets or sets the structure that contains extra data.

(Inherited from DeploymentObject)
MaxAutoCreatedAccessTeamsPerEntity

Gets or sets the maximum number of auto created (system-managed) access teams per entity. Required.

MaxEntitiesEnabledForAutoCreatedAccessTeams

Gets or sets the maximum number of entities that can be enabled for auto created (system-managed) access teams. Required.

Applies to