SPService.CompliantWithMinRole property
Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public ReadOnly Property CompliantWithMinRole As Nullable(Of Boolean)
Get
'Usage
Dim instance As SPService
Dim value As Nullable(Of Boolean)
value = instance.CompliantWithMinRole
public Nullable<bool> CompliantWithMinRole { get; }
Property value
Type: System.Nullable<Boolean>