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