Share via


IPublishProperties3.InstallFrom Property

Gets or sets the kind of location from which the application is installed.

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

Syntax

'Declaration
Property InstallFrom As InstallFrom
'Usage
Dim instance As IPublishProperties3 
Dim value As InstallFrom 

value = instance.InstallFrom

instance.InstallFrom = value
InstallFrom InstallFrom { get; set; }
property InstallFrom InstallFrom {
    InstallFrom get ();
    void set (InstallFrom value);
}
function get InstallFrom () : InstallFrom 
function set InstallFrom (value : InstallFrom)

Property Value

Type: Microsoft.VisualStudio.ManagedInterfaces.Publish.InstallFrom
One of the InstallFrom values.

Implements

IPublishProperties2.InstallFrom
IPublishProperties.InstallFrom

.NET Framework Security

See Also

Reference

IPublishProperties3 Interface

IPublishProperties3 Members

InstallFrom Overload

Microsoft.VisualStudio.ManagedInterfaces.Publish Namespace

Change History

Date

History

Reason

July 2008

Added topic.

SP1 feature change.