SPChangeLogItemQuery.ViewName property
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'宣告
Public Property ViewName As String
Get
Set
'用途
Dim instance As SPChangeLogItemQuery
Dim value As String
value = instance.ViewName
instance.ViewName = value
public string ViewName { get; set; }
Property value
Type: System.String