SPChangeGroup.UserId property
Obtém a ID do usuário adicionado ou removido do grupo.
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaração
Public ReadOnly Property UserId As Integer
Get
'Uso
Dim instance As SPChangeGroup
Dim value As Integer
value = instance.UserId
public int UserId { get; }
Property value
Type: System.Int32
Um inteiro de 32 bits que especifica a ID do usuário.
Exceptions
Exception | Condition |
---|---|
NotSupportedException | O valor da propriedade ChangeType não é SPChangeType.MemberAdd nem SPChangeType.MemberDelete. |