RequestResources.Features property
Namespace: Microsoft.SharePoint.Client
Assembly: Microsoft.SharePoint.Client (in Microsoft.SharePoint.Client.dll)
Syntax
'Declaration
Public Property Features As Boolean
Get
Set
'Usage
Dim instance As RequestResources
Dim value As Boolean
value = instance.Features
instance.Features = value
public bool Features { get; set; }
Property value
Type: System.Boolean