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