ExtensionMetadataHeader.Metadata Property
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.
Gets the serialized metadata associated with a specific section in a given extension.
[System.Runtime.Serialization.DataMember(Order=1)]
public Newtonsoft.Json.Linq.JToken Metadata { get; }
[<System.Runtime.Serialization.DataMember(Order=1)>]
member this.Metadata : Newtonsoft.Json.Linq.JToken
Public ReadOnly Property Metadata As JToken
Property Value
Newtonsoft.Json.Linq.JToken
- Attributes