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