EntityView.Fields property
Namespace: Microsoft.BusinessData.MetadataModel
Assembly: Microsoft.SharePoint.Client (in Microsoft.SharePoint.Client.dll)
Syntax
'Declaration
Public ReadOnly Property Fields As EntityFieldCollection
Get
'Usage
Dim instance As EntityView
Dim value As EntityFieldCollection
value = instance.Fields
public EntityFieldCollection Fields { get; }
Property value
Type: Microsoft.BusinessData.MetadataModel.Collections.EntityFieldCollection