Share via


PublisherInfo.BinaryName Property

Definition

Gets or sets the "OriginalName" field taken from the file's version resource

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to