GenerateAndPersistAppInfoTask.HostDocument Property

Gets or sets the path of the document to customize.

Namespace:  Microsoft.VisualStudio.Tools.Office.BuildTasks
Assembly:  Microsoft.VisualStudio.Tools.Office.BuildTasks (in Microsoft.VisualStudio.Tools.Office.BuildTasks.dll)

Syntax

'Declaration
<RequiredAttribute> _
Public Property HostDocument As String
    Get
    Set
'Usage
Dim instance As GenerateAndPersistAppInfoTask
Dim value As String

value = instance.HostDocument

instance.HostDocument = value
[RequiredAttribute]
public string HostDocument { get; set; }

Property Value

Type: System.String
A String that represents the path of the document to customize.

.NET Framework Security

See Also

Reference

GenerateAndPersistAppInfoTask Class

GenerateAndPersistAppInfoTask Members

Microsoft.VisualStudio.Tools.Office.BuildTasks Namespace