共用方式為


SPView.ID property

取得識別的 GUID。

Namespace:  Microsoft.SharePoint
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'宣告
Public ReadOnly Property ID As Guid
    Get
'用途
Dim instance As SPView
Dim value As Guid

value = instance.ID
public Guid ID { get; }

Property value

Type: System.Guid
System.Guid結構可識別檢視。

備註

如果檢視尚未加入至清單的檢視表的集合會傳回Empty

請參閱

參照

SPView class

SPView members

Microsoft.SharePoint namespace