共用方式為


NameValuePair.Name property

取得或設定名稱/值組配對中的名稱。

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

Syntax

'宣告
Public Property Name As String
    Get
    Set
'用途
Dim instance As NameValuePair
Dim value As String

value = instance.Name

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

Property value

Type: System.String
名稱。

請參閱

參照

NameValuePair class

NameValuePair members

Microsoft.SharePoint namespace