Share via


SPRunningJob.TargetInstanceId property

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

Syntax

'Declaration
Public ReadOnly Property TargetInstanceId As Nullable(Of Guid)
    Get
'Usage
Dim instance As SPRunningJob
Dim value As Nullable(Of Guid)

value = instance.TargetInstanceId
public Nullable<Guid> TargetInstanceId { get; }

Property value

Type: System.Nullable<Guid>

See also

Reference

SPRunningJob class

SPRunningJob members

Microsoft.SharePoint.Administration namespace