SecurityGroupsDataSet.SecurityGroupsDataTable.WSEC_GRP_AD_LOGColumn property
Defines the column for the WSEC_GRP_AD_LOG field.
Namespace: WebSvcSecurity
Assembly: ProjectServerServices (in ProjectServerServices.dll)
Syntax
'Declaration
Public ReadOnly Property WSEC_GRP_AD_LOGColumn As DataColumn
Get
'Usage
Dim instance As SecurityGroupsDataSet.SecurityGroupsDataTable
Dim value As DataColumn
value = instance.WSEC_GRP_AD_LOGColumn
public DataColumn WSEC_GRP_AD_LOGColumn { get; }
Property value
Type: System.Data.DataColumn
See also
Reference
SecurityGroupsDataSet.SecurityGroupsDataTable class