SPFolder.ProgID property
取得應用程式建立資料夾的識別項 (ID)。
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'宣告
Public ReadOnly Property ProgID As String
Get
'用途
Dim instance As SPFolder
Dim value As String
value = instance.ProgID
public string ProgID { get; }
Property value
Type: System.String
應用程式的識別碼。
備註
您可以使用SPListItem.ProgId屬性來設定此值。