ArchiveScheduleDataSet.ArchiveScheduleDataTable.WADMIN_CATEGORY_GROUPColumn Property
Defines the column for the scheduled time, in ticks, after which the security categories and groups are backed up.
Namespace: [Archive Web service]
Service reference: http://ServerName:32843/[Project Service Application GUID]/PSI/Archive.svc
Web service reference: http://ServerName/ProjectServerName/_vti_bin/PSI/Archive.asmx?wsdl
Syntax
'Declaration
Public ReadOnly Property WADMIN_CATEGORY_GROUPColumn As DataColumn
Get
'Usage
Dim instance As ArchiveScheduleDataSet.ArchiveScheduleDataTable
Dim value As DataColumn
value = instance.WADMIN_CATEGORY_GROUPColumn
public DataColumn WADMIN_CATEGORY_GROUPColumn { get; }
Property Value
Type: System.Data.DataColumn
See Also
Reference
ArchiveScheduleDataSet.ArchiveScheduleDataTable Class