SPProcessAccount.LookupName method
Looks up the string representation of the process account.
Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Function LookupName As String
'Usage
Dim instance As SPProcessAccount
Dim returnValue As String
returnValue = instance.LookupName()
public string LookupName()
Return value
Type: System.String
A String representing the process account.