IPublishProperties.BootstrapperDownloadUrl Property

Gets or sets the URL from which to download bootstrapper components of this application.

Namespace:  Microsoft.VisualStudio.ManagedInterfaces.Publish
Assembly:  Microsoft.VisualStudio.ManagedInterfaces (in Microsoft.VisualStudio.ManagedInterfaces.dll)

Syntax

‘선언
Property BootstrapperDownloadUrl As String
    Get
    Set
‘사용 방법
Dim instance As IPublishProperties
Dim value As String

value = instance.BootstrapperDownloadUrl

instance.BootstrapperDownloadUrl = value
string BootstrapperDownloadUrl { get; set; }
property String^ BootstrapperDownloadUrl {
    String^ get ();
    void set (String^ value);
}
abstract BootstrapperDownloadUrl : string with get, set
function get BootstrapperDownloadUrl () : String
function set BootstrapperDownloadUrl (value : String)

Property Value

Type: System.String
The URL from which to download bootstrapper components of this application.

.NET Framework Security

See Also

Reference

IPublishProperties Interface

IPublishProperties Members

Microsoft.VisualStudio.ManagedInterfaces.Publish Namespace