DynamicJsonObject.GetDynamicMemberNames 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.
Returns a list that contains the name of all dynamic members (JSON fields) of the DynamicJsonObject instance.
public override System.Collections.Generic.IEnumerable<string> GetDynamicMemberNames();
override this.GetDynamicMemberNames : unit -> seq<string>
Public Overrides Function GetDynamicMemberNames () As IEnumerable(Of String)
Returns
A list that contains the name of every dynamic member (JSON field).