SPRoleDefinition.Id Property
Gets the ID of the role definition within the collection.
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: Yes
Available in SharePoint Online
Syntax
'Declaration
<ClientCallableAttribute> _
<ClientCallableConstraintAttribute(Type := ClientCallableConstraintType.MinValue, Value := )> _
Public ReadOnly Property Id As Integer
Get
'Usage
Dim instance As SPRoleDefinition
Dim value As Integer
value = instance.Id
[ClientCallableAttribute]
[ClientCallableConstraintAttribute(Type = ClientCallableConstraintType.MinValue, Value = )]
public int Id { get; }
Property Value
Type: System.Int32
A 32-bit integer that identifies the role definition.
Remarks
The ID property contains a null reference (Nothing in Visual Basic) until the role definition is added to the collection.