FieldValueDictionary class
This class and its members are reserved for internal use and are not intended to be used in your code.
Inheritance hierarchy
System.MarshalByRefObject
Microsoft.SharePoint.BusinessData.Runtime.FieldValueDictionary
Namespace: Microsoft.SharePoint.BusinessData.Runtime
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
<SharePointPermissionAttribute(SecurityAction.Demand, ObjectModel := True)> _
Public NotInheritable Class FieldValueDictionary _
Inherits MarshalByRefObject _
Implements IFieldValueDictionary
'Usage
Dim instance As FieldValueDictionary
[SharePointPermissionAttribute(SecurityAction.Demand, ObjectModel = true)]
public sealed class FieldValueDictionary : MarshalByRefObject,
IFieldValueDictionary
Thread safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.