SPUtility.GetAllAuthenticatedUsers method

Namespace:  Microsoft.SharePoint.Utilities
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'Declaration
Public Shared Function GetAllAuthenticatedUsers ( _
    web As SPWeb _
) As String
'Usage
Dim web As SPWeb
Dim returnValue As String

returnValue = SPUtility.GetAllAuthenticatedUsers(web)
public static string GetAllAuthenticatedUsers(
    SPWeb web
)

Parameters

Return value

Type: System.String

See also

Reference

SPUtility class

SPUtility members

Microsoft.SharePoint.Utilities namespace