SPKeyValuePairSerializationInfo.GetRawValue method
Returns the value that is paired with the specified name.
Namespace: Microsoft.SharePoint.Utilities
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Function GetRawValue ( _
name As String _
) As Object
'Usage
Dim instance As SPKeyValuePairSerializationInfo
Dim name As String
Dim returnValue As Object
returnValue = instance.GetRawValue(name)
public Object GetRawValue(
string name
)
Parameters
name
Type: System.StringThe name associated with the value to retrieve.
Return value
Type: System.Object
The value that corresponds to the name.
See also
Reference
SPKeyValuePairSerializationInfo class