ClientScriptForConnect.ScriptNameSuffix Property

Definition

Gets or sets mandatory suffix that should be added to the name of script that is given for download to user. If its null or empty then , ignore it.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to