AssemblyProperties.AssemblyName Property

Definition

Gets or sets the assembly name.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to