GroupPermissions.GroupId Property
Namespace: Microsoft.SharePoint.WebControls
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
Syntax
'Declaration
Public Property GroupId As Integer
Get
Set
'Usage
Dim instance As GroupPermissions
Dim value As Integer
value = instance.GroupId
instance.GroupId = value
public int GroupId { get; set; }
Property Value
Type: System.Int32