Document Class

Definition

Represents a document as a property bag. This is useful for scenarios where the index schema is only known at run-time.

public class Document : System.Collections.Generic.Dictionary<string,object>
type Document = class
    inherit Dictionary<string, obj>
Public Class Document
Inherits Dictionary(Of String, Object)
Inheritance

Constructors

Document()

Initializes a new instance of the Document class.

Applies to