AIJsonSchemaTransformContext.IsCollectionElementSchema 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 a value indicating whether the current schema is a collection element.
public:
property bool IsCollectionElementSchema { bool get(); };
public bool IsCollectionElementSchema { get; }
member this.IsCollectionElementSchema : bool
Public ReadOnly Property IsCollectionElementSchema As Boolean