Class KeyValuePairs
Contains a sequence of key-value pairs.
Inheritance
System.Object
KeyValuePairs
Namespace: DocuWare.Platform.ServerClient.Content
Assembly: DocuWare.Platform.ServerClient.dll
Syntax
public class KeyValuePairs : object
Properties
Entry
A key-value pair entry.
Declaration
public List<KeyValuePair> Entry { get; set; }
Property Value
| Type | Description |
|---|---|
| List<KeyValuePair> |