PermissionDataSet.FeaturesDataTable.NewFeaturesRow method
Creates a row object in the FeaturesDataTable.
Namespace: WebSvcSecurity
Assembly: ProjectServerServices (in ProjectServerServices.dll)
Syntax
'Declaration
Public Function NewFeaturesRow As PermissionDataSet.FeaturesRow
'Usage
Dim instance As PermissionDataSet.FeaturesDataTable
Dim returnValue As PermissionDataSet.FeaturesRow
returnValue = instance.NewFeaturesRow()
public PermissionDataSet.FeaturesRow NewFeaturesRow()
Return value
Type: WebSvcSecurity.PermissionDataSet.FeaturesRow
See also
Reference
PermissionDataSet.FeaturesDataTable class