C1.AspNetCore.Mvc Assembly / C1.JsonNet Namespace / JsonWriter Class / WriteName Method
The specified name.

In This Topic
WriteName Method
In This Topic
Serialize a name for a property.
Syntax
'Declaration
 
Public Sub WriteName( _
   ByVal name As String _
) 
 

Parameters

name
The specified name.
See Also