IsInvalidDocumentTask.IsInvalidDocument Property
Gets or sets a value that indicates whether the customized document requires an update based on changes in the source document or customization assembly.
Namespace: Microsoft.VisualStudio.Tools.Office.BuildTasks
Assembly: Microsoft.VisualStudio.Tools.Office.BuildTasks (in Microsoft.VisualStudio.Tools.Office.BuildTasks.dll)
Syntax
'Declaration
<OutputAttribute> _
Public Property IsInvalidDocument As String
Get
Set
'Usage
Dim instance As IsInvalidDocumentTask
Dim value As String
value = instance.IsInvalidDocument
instance.IsInvalidDocument = value
[OutputAttribute]
public string IsInvalidDocument { get; set; }
Property Value
Type: System.String
true if a customized document requires an update; otherwise, false. The default is false.
.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.