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 whether the compatibility range contains only one compatibility level.
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public ReadOnly Property Singular As Boolean
Get
'Usage
Dim instance As SPCompatibilityRange
Dim value As Boolean
value = instance.Singular
public bool Singular { get; }
Property value
Type: System.Boolean
true if the compatibility range contains only one compatibility level, otherwise false.
Remarks
For example, a range of current version to current version would be singular.