BizTeam Class
The BizTeam class contains methods that you can use to manage teams.
There are no properties for this class.
System.Object
System.MarshalByRefObject
System.ComponentModel.Component
System.Web.Services.Protocols.WebClientProtocol
System.Web.Services.Protocols.HttpWebClientProtocol
System.Web.Services.Protocols.SoapHttpClientProtocol
BizTeam
[Visual Basic .NET]
Public Class BizTeam
Inherits System.Web.Services.Protocols.SoapHttpClientProtocol
[C#]
public class BizTeam : System.Web.Services.Protocols.SoapHttpClientProtocol
[C++]
public __gc class BizTeam: public System.Web.Services.Protocols.SoapHttpClientProtocol
The BizTeam class exposes the following methods.
Method | Description |
AddMembers | Adds members to a team. |
ChangeName | Changes team name. |
Create | Creates a new team. |
CreateAndRetrieve | Creates a new team, and then retrieves it. |
ReassignObjects | Reassigns all objects owned by the team. |
ReassignObjectsAndDelete | Not supported in this version. |
RemoveMembers | Removes members from a team. |
Retrieve | Retrieves team information. |
RetrieveMembers | Retrieves the members of a team. |
RetrieveParent | Retrieves the parent business unit of a team. |
SetParent | Sets the parent business unit of a team |
Update | Updates team information. |
UpdateAndRetrieve | Updates team information, and then retrieves it. |
Requirements
Namespace: Microsoft.Crm.Platform.Proxy
Assembly: Microsoft.Crm.Platform.Proxy.dll
See Also