SecurityGroupsDataSet.SecurityGroupsRowChangeEvent.Row property
Specifies the row containing changed data.
Namespace: WebSvcSecurity
Assembly: ProjectServerServices (in ProjectServerServices.dll)
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: WebSvcSecurity.SecurityGroupsDataSet.SecurityGroupsRow
See also
Reference
SecurityGroupsDataSet.SecurityGroupsRowChangeEvent class