TeamSettings Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Contains 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. |