Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the process identity for the Windows service.
Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
Syntax
'Declaration
Public ReadOnly Property ProcessIdentity As SPProcessIdentity
Get
'Usage
Dim instance As SPWindowsService
Dim value As SPProcessIdentity
value = instance.ProcessIdentity
public SPProcessIdentity ProcessIdentity { get; }
Property Value
Type: Microsoft.SharePoint.Administration.SPProcessIdentity
An SPProcessIdentity object that represents the process identity.