SecurityGroupsDataSet.SecurityGroupsRow.WSEC_GRP_DESC property
Gets or sets the description of the group.
Namespace: WebSvcSecurity
Assembly: ProjectServerServices (in ProjectServerServices.dll)
Syntax
'Declaration
Public Property WSEC_GRP_DESC As String
Get
Set
'Usage
Dim instance As SecurityGroupsDataSet.SecurityGroupsRow
Dim value As String
value = instance.WSEC_GRP_DESC
instance.WSEC_GRP_DESC = value
public string WSEC_GRP_DESC { get; set; }
Property value
Type: System.String
See also
Reference
SecurityGroupsDataSet.SecurityGroupsRow class