Share via


WssSettingsDataSet.WssAdminRow.WADMIN_WSS_PWA_TEAM_MEMBER_ROLE_ID property

Gets or sets the identifier used for the Team Member role for the hosting server.

Namespace:  WebSvcWssInterop
Assembly:  ProjectServerServices (in ProjectServerServices.dll)

Syntax

'Declaration
Public Property WADMIN_WSS_PWA_TEAM_MEMBER_ROLE_ID As Integer
    Get
    Set
'Usage
Dim instance As WssSettingsDataSet.WssAdminRow
Dim value As Integer

value = instance.WADMIN_WSS_PWA_TEAM_MEMBER_ROLE_ID

instance.WADMIN_WSS_PWA_TEAM_MEMBER_ROLE_ID = value
public int WADMIN_WSS_PWA_TEAM_MEMBER_ROLE_ID { get; set; }

Property value

Type: System.Int32
A number that represents the Team Member role.

See also

Reference

WssSettingsDataSet.WssAdminRow class

WssSettingsDataSet.WssAdminRow members

WebSvcWssInterop namespace