共用方式為


NameValuePair.Value property

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

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

Syntax

'宣告
Public Property Value As Object
    Get
    Set
'用途
Dim instance As NameValuePair
Dim value As Object

value = instance.Value

instance.Value = value
public Object Value { get; set; }

Property value

Type: System.Object
值。

請參閱

參照

NameValuePair class

NameValuePair members

Microsoft.SharePoint namespace