GenerateOfficeDocumentInstallationPath.InstallationPath 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 the relative or fully qualified path of the installation folder to be written into a customized document.
public:
property System::String ^ InstallationPath { System::String ^ get(); };
[Microsoft.Build.Framework.Output]
public string InstallationPath { get; }
[<Microsoft.Build.Framework.Output>]
member this.InstallationPath : string
Public ReadOnly Property InstallationPath As String
Property Value
A String that represents the relative or fully qualified path of the installation folder to be written into a customized document. This path can be relative for local drives and network drives, but HTTP/HTTPS locations must be a fully qualified path.
- Attributes