DataFormParameter.ParameterKey Property
Gets the string to be used in extracting the correct value for the control parameter.
Namespace: Microsoft.SharePoint.WebPartPages
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
Syntax
'Declaration
Public Property ParameterKey As String
Get
Set
'Usage
Dim instance As DataFormParameter
Dim value As String
value = instance.ParameterKey
instance.ParameterKey = value
public string ParameterKey { get; set; }
Property Value
Type: System.String