UserRoleAssignment.UserId property
get/set of User
Namespace: Microsoft.SharePoint.Sharing
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Property UserId As String
Get
Set
'Usage
Dim instance As UserRoleAssignment
Dim value As String
value = instance.UserId
instance.UserId = value
public string UserId { get; set; }
Property value
Type: System.String