GenerateAndPersistAppInfoTask.HostDocument Property (2007 System)
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
'Usage
Dim instance As GenerateAndPersistAppInfoTask
Dim value As String
value = instance.HostDocument
instance.HostDocument = value
[RequiredAttribute]
public string HostDocument { get; set; }
[RequiredAttribute]
public:
property String^ HostDocument {
String^ get ();
void set (String^ value);
}
public function get HostDocument () : String
public function set HostDocument (value : String)
Property Value
Type: System.String
A String that represents the path of the document to customize.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
GenerateAndPersistAppInfoTask Class