IsInvalidDocumentTask.IsInvalidDocument Property (2007 System)
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
'Usage
Dim instance As IsInvalidDocumentTask
Dim value As String
value = instance.IsInvalidDocument
instance.IsInvalidDocument = value
[OutputAttribute]
public string IsInvalidDocument { get; set; }
[OutputAttribute]
public:
property String^ IsInvalidDocument {
String^ get ();
void set (String^ value);
}
public function get IsInvalidDocument () : String
public function set IsInvalidDocument (value : String)
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.