DataFormParameter.ParameterKey property
取得用於擷取控制項參數的正確值的字串。
Namespace: Microsoft.SharePoint.WebPartPages
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'宣告
Public Property ParameterKey As String
Get
Set
'用途
Dim instance As DataFormParameter
Dim value As String
value = instance.ParameterKey
instance.ParameterKey = value
public string ParameterKey { get; set; }
Property value
Type: System.String