Team.SetProjectRole Method
Public Shared Sub SetProjectRole( _
ByVal project_id As EntityID, _
ByVal role As RoleContact, _
ByVal db As IDatabase _
)
This language is not supported or no code example is available.
public static void SetProjectRole(
EntityID project_id,
RoleContact role,
IDatabase db
)
This language is not supported or no code example is available.
public:
static void SetProjectRole(
EntityID^ project_id,
RoleContact^ role,
IDatabase^ db
)
This language is not supported or no code example is available.
Parameters
- project_id
- EntityID
<default>
- role
- RoleContact
<default>
- db
- IDatabase
<default>