SecurityGroupsDataSet.SecurityGroupsDataTable.WSEC_GRP_AD_LASTSYNCColumn Property
Defines the column for the WSEC_GRP_AD_LASTSYNC field.
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 WSEC_GRP_AD_LASTSYNCColumn As DataColumn
Get
'Usage
Dim instance As SecurityGroupsDataSet.SecurityGroupsDataTable
Dim value As DataColumn
value = instance.WSEC_GRP_AD_LASTSYNCColumn
public DataColumn WSEC_GRP_AD_LASTSYNCColumn { get; }
Property Value
Type: System.Data.DataColumn
See Also
Reference
SecurityGroupsDataSet.SecurityGroupsDataTable Class