| SharePointListItemFields Property |
A list of all fields defined in the list item.
Namespace:
Galactic.SharePoint
Assembly:
Galactic.SharePoint (in Galactic.SharePoint.dll) Version: 1.3.0.499 (1.3.0.499)
Syntax public Dictionary<string, Object> Fields { get; }
Public ReadOnly Property Fields As Dictionary(Of String, Object)
Get
public:
property Dictionary<String^, Object^>^ Fields {
Dictionary<String^, Object^>^ get ();
}
member Fields : Dictionary<string, Object> with get
Property Value
Type:
DictionaryString,
ObjectSee Also