IPublishProperties3.InstallFrom Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets the kind of location from which the application is installed.
public:
property Microsoft::VisualStudio::ManagedInterfaces::Publish::InstallFrom InstallFrom { Microsoft::VisualStudio::ManagedInterfaces::Publish::InstallFrom get(); void set(Microsoft::VisualStudio::ManagedInterfaces::Publish::InstallFrom value); };
public:
property Microsoft::VisualStudio::ManagedInterfaces::Publish::InstallFrom InstallFrom { Microsoft::VisualStudio::ManagedInterfaces::Publish::InstallFrom get(); void set(Microsoft::VisualStudio::ManagedInterfaces::Publish::InstallFrom value); };
[System.Runtime.InteropServices.DispId(10)]
public Microsoft.VisualStudio.ManagedInterfaces.Publish.InstallFrom InstallFrom { get; set; }
[<System.Runtime.InteropServices.DispId(10)>]
member this.InstallFrom : Microsoft.VisualStudio.ManagedInterfaces.Publish.InstallFrom with get, set
Public Property InstallFrom As InstallFrom
Property Value
One of the InstallFrom values.
Implements
- Attributes