OpenApiWriterBase.VerifyCanWritePropertyName(String) Method

Definition

Verifies whether a property name can be written based on whether the property name is a valid string and whether the current scope is an object scope.

protected void VerifyCanWritePropertyName (string name);
member this.VerifyCanWritePropertyName : string -> unit
Protected Sub VerifyCanWritePropertyName (name As String)

Parameters

name
String

property name

Applies to