View Class
Represents a collection of fields, where fields are the data members of an external content type.
Inheritance Hierarchy
System.Object
System.MarshalByRefObject
Microsoft.SharePoint.BusinessData.MetadataModel.View
Namespace: Microsoft.SharePoint.BusinessData.MetadataModel
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
<SharePointPermissionAttribute(SecurityAction.Demand, ObjectModel := True)> _
Public NotInheritable Class View _
Inherits MarshalByRefObject _
Implements IView
'Usage
Dim instance As View
[SharePointPermissionAttribute(SecurityAction.Demand, ObjectModel = true)]
public sealed class View : MarshalByRefObject, IView
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.