CopyJobProgress.Logs property
Namespace: Microsoft.SharePoint.Client
Assembly: Microsoft.SharePoint.Client (in Microsoft.SharePoint.Client.dll)
Syntax
'Declaration
Public Property Logs As IList(Of String)
Get
Set
'Usage
Dim instance As CopyJobProgress
Dim value As IList(Of String)
value = instance.Logs
instance.Logs = value
public IList<string> Logs { get; set; }
Property value
Type: System.Collections.Generic.IList<String>