IPublishProperties.TrustUrlParameters Property
Gets or sets whether to allow users to pass parameters to the application via the URL.
Namespace: Microsoft.VisualStudio.ManagedInterfaces.Publish
Assembly: Microsoft.VisualStudio.ManagedInterfaces (in Microsoft.VisualStudio.ManagedInterfaces.dll)
Syntax
'Declaration
Property TrustUrlParameters As Boolean
bool TrustUrlParameters { get; set; }
property bool TrustUrlParameters {
bool get ();
void set (bool value);
}
abstract TrustUrlParameters : bool with get, set
function get TrustUrlParameters () : boolean
function set TrustUrlParameters (value : boolean)
Property Value
Type: Boolean
true to allow users to pass parameters to the application via the URL.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.