Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the fields contained by this view of the entity.
Namespace: Microsoft.Office.Server.ApplicationRegistry.MetadataModel
Assembly: Microsoft.SharePoint.Portal (in Microsoft.SharePoint.Portal.dll)
Syntax
'Declaration
Public ReadOnly Property Fields As FieldCollection
Get
'Usage
Dim instance As View
Dim value As FieldCollection
value = instance.Fields
public FieldCollection Fields { get; }
Property Value
Type: Microsoft.Office.Server.ApplicationRegistry.MetadataModel.FieldCollection
A FieldCollection object.
See Also
Reference
Microsoft.Office.Server.ApplicationRegistry.MetadataModel Namespace