Folder.Properties property
Gets the collection of all files contained in the folder.
Namespace: Microsoft.SharePoint.Client
Assembly: Microsoft.SharePoint.Client (in Microsoft.SharePoint.Client.dll)
Syntax
'Declaration
Public ReadOnly Property Properties As PropertyValues
Get
'Usage
Dim instance As Folder
Dim value As PropertyValues
value = instance.Properties
public PropertyValues Properties { get; }
Property value
Type: Microsoft.SharePoint.Client.PropertyValues
An FileCollection object that represents the files.