View.ViewComparisonResult enumeration
Represents the comparison results of the views.
Namespace: Microsoft.SharePoint.BusinessData.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Enumeration ViewComparisonResult
'Usage
Dim instance As View.ViewComparisonResult
public enum ViewComparisonResult
Members
Member name | Description | |
---|---|---|
SubSet | Specifies that one view is a subset of the other view. | |
Equal | Specifies that the two views are equal. | |
SuperSet | Specifies that one view is a superset of the other view. | |
Incompatible | Specifies that the two views are incompatible. |