你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

ApplicationDescription.ApplicationParameters Property

Definition

Gets the collection of name-value pairs for the parameters that are specified in the ApplicationManifest.xml.

public System.Collections.Specialized.NameValueCollection ApplicationParameters { get; }
member this.ApplicationParameters : System.Collections.Specialized.NameValueCollection
Public ReadOnly Property ApplicationParameters As NameValueCollection

Property Value

The collection of name-value pairs for the parameters that are specified in the ApplicationManifest.xml.

Remarks

The maximum allowed length of a parameter value is 1024*1024 characters (including the terminating null character).

Applies to