BaseOpenApiReference.SetAdditional31MetadataFromMapNode(JsonObject) Method
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.
Sets additional metadata from the map node.
protected virtual void SetAdditional31MetadataFromMapNode(System.Text.Json.Nodes.JsonObject jsonObject);
abstract member SetAdditional31MetadataFromMapNode : System.Text.Json.Nodes.JsonObject -> unit
override this.SetAdditional31MetadataFromMapNode : System.Text.Json.Nodes.JsonObject -> unit
Protected Overridable Sub SetAdditional31MetadataFromMapNode (jsonObject As JsonObject)
Parameters
- jsonObject
- JsonObject
The object to get the data from