KernelFunctionMetadata.AdditionalProperties 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 optional metadata in addition to the named properties already available on this class.
public System.Collections.ObjectModel.ReadOnlyDictionary<string,object?> AdditionalProperties { get; init; }
member this.AdditionalProperties : System.Collections.ObjectModel.ReadOnlyDictionary<string, obj> with get, set
Public Property AdditionalProperties As ReadOnlyDictionary(Of String, Object)