ProjectWSSInfoDataSet.ProjWssInfoRow.WSS_PWA_TEAM_MEMBER_ROLE_ID Property
Specifies the identifier for the Team Member role of a project site on a hosted server.
Namespace: [WssInterop Web service]
Service reference: http://ServerName:32843/[Project Service Application GUID]/PSI/WssInterop.svc
Web service reference: http://ServerName/ProjectServerName/_vti_bin/PSI/WssInterop.asmx?wsdl
Syntax
'Declaration
Public Property WSS_PWA_TEAM_MEMBER_ROLE_ID As Integer
Get
Set
'Usage
Dim instance As ProjectWSSInfoDataSet.ProjWssInfoRow
Dim value As Integer
value = instance.WSS_PWA_TEAM_MEMBER_ROLE_ID
instance.WSS_PWA_TEAM_MEMBER_ROLE_ID = value
public int WSS_PWA_TEAM_MEMBER_ROLE_ID { get; set; }
Property Value
Type: System.Int32
See Also
Reference
ProjectWSSInfoDataSet.ProjWssInfoRow Class