Office365Tenant.RevokeAllUserSessions método
Namespace: Microsoft.Online.SharePoint.TenantManagement
Assembly: Microsoft.Online.SharePoint.Client.Tenant (em Microsoft.Online.SharePoint.Client.Tenant.dll)
Sintaxe
'Declaração
Public Function RevokeAllUserSessions ( _
userName As String _
) As SPOUserSessionRevocationResult
'Uso
Dim instance As Office365Tenant
Dim userName As String
Dim returnValue As SPOUserSessionRevocationResult
returnValue = instance.RevokeAllUserSessions(userName)
public SPOUserSessionRevocationResult RevokeAllUserSessions(
string userName
)
Parâmetros
- userName
Tipo: System.String
Valor retornado
Tipo: Microsoft.Online.SharePoint.TenantManagement.SPOUserSessionRevocationResult