共用方式為


SPFolder.Name property

取得資料夾的名稱。

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

Syntax

'宣告
Public ReadOnly Property Name As String
    Get
'用途
Dim instance As SPFolder
Dim value As String

value = instance.Name
public string Name { get; }

Property value

Type: System.String
字串,包含名稱。

請參閱

參照

SPFolder class

SPFolder members

Microsoft.SharePoint namespace