MultiGeoCopyParameters.jobId property
Namespace: Microsoft.SharePoint.Client
Assembly: Microsoft.SharePoint.Client (in Microsoft.SharePoint.Client.dll)
Syntax
'Declaration
Public Property jobId As Guid
Get
Set
'Usage
Dim instance As MultiGeoCopyParameters
Dim value As Guid
value = instance.jobId
instance.jobId = value
public Guid jobId { get; set; }
Property value
Type: System.Guid