  | WikiaQueryRequestMessageFields Property | 
This is preliminary documentation and is subject to change.
            Gets a read-only list of all the fields in the form.
            
Namespace: WikiClientLibrary.WikiaAssembly: WikiClientLibrary.Wikia (in WikiClientLibrary.Wikia.dll) Version: 0.9.0-int.4+fbadc980737ddc9bb67116900ecad57f84a0b241
Syntaxpublic IList<KeyValuePair<string, Object>> Fields { get; }Public ReadOnly Property Fields As IList(Of KeyValuePair(Of String, Object))
	Get
Dim instance As WikiaQueryRequestMessage
Dim value As IList(Of KeyValuePair(Of String, Object))
value = instance.Fields
public:
property IList<KeyValuePair<String^, Object^>>^ Fields {
	IList<KeyValuePair<String^, Object^>>^ get ();
}member Fields : IList<KeyValuePair<string, Object>> with get
Property Value
IListKeyValuePairString, 
Object
See Also