DocumentSetTemplate.WelcomePageFields property
Namespace: Microsoft.SharePoint.Client.DocumentSet
Assembly: Microsoft.SharePoint.Client.DocumentManagement (in Microsoft.SharePoint.Client.DocumentManagement.dll)
Syntax
'Declaration
Public ReadOnly Property WelcomePageFields As WelcomePageFieldCollection
Get
'Usage
Dim instance As DocumentSetTemplate
Dim value As WelcomePageFieldCollection
value = instance.WelcomePageFields
public WelcomePageFieldCollection WelcomePageFields { get; }
Property value
Type: Microsoft.SharePoint.Client.DocumentSet.WelcomePageFieldCollection