Document Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
-
Document
Constructors
Document() |
Initializes a new instance of the Document class. |
Applies to
Met ons samenwerken op GitHub
De bron voor deze inhoud vindt u op GitHub, waar u ook problemen en pull-aanvragen kunt maken en controleren. Bekijk onze gids voor inzenders voor meer informatie.
Azure SDK for .NET