SecurityGroupsDataSet.SecurityGroupsRowChangeEvent.Row Property
Specifies the row containing changed data.
Namespace: [Security Web service]
Service reference: http://ServerName:32843/[Project Service Application GUID]/PSI/Security.svc
Web service reference: http://ServerName/ProjectServerName/_vti_bin/PSI/Security.asmx?wsdl
Syntax
'Declaration
Public ReadOnly Property Row As SecurityGroupsDataSet.SecurityGroupsRow
Get
'Usage
Dim instance As SecurityGroupsDataSet.SecurityGroupsRowChangeEvent
Dim value As SecurityGroupsDataSet.SecurityGroupsRow
value = instance.Row
public SecurityGroupsDataSet.SecurityGroupsRow Row { get; }
Property Value
Type: [Security Web service].SecurityGroupsDataSet.SecurityGroupsRow
See Also
Reference
SecurityGroupsDataSet.SecurityGroupsRowChangeEvent Class