View.Fields Property
Gets the fields contained by this view of the entity.
Namespace: Microsoft.Office.Server.ApplicationRegistry.Administration
Assembly: Microsoft.SharePoint.Portal (in Microsoft.SharePoint.Portal.dll)
Syntax
'Declaration
Public ReadOnly Property Fields As TypeDescriptorCollection
Get
'Usage
Dim instance As View
Dim value As TypeDescriptorCollection
value = instance.Fields
public TypeDescriptorCollection Fields { get; }
Property Value
Type: Microsoft.Office.Server.ApplicationRegistry.Administration.TypeDescriptorCollection
A TypeDescriptorCollection object representing the fields contained by this view of the entity.
See Also
Reference
Microsoft.Office.Server.ApplicationRegistry.Administration Namespace