共用方式為


SPForm.ID property

取得 GUID 來識別表單。

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

Syntax

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

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

Property value

Type: System.Guid
GUID 來識別表單。

請參閱

參照

SPForm class

SPForm members

Microsoft.SharePoint namespace