Share via


USqlType.CSharpName Property

Definition

Gets or sets the C# name for this type.

[Newtonsoft.Json.JsonProperty(PropertyName="cSharpName")]
public string CSharpName { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="cSharpName")>]
member this.CSharpName : string with get, set
Public Property CSharpName As String

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to