IPublishFile.IsPrerequisite 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 whether or not the file is a prerequisite for deployment.
public:
property bool IsPrerequisite { bool get(); };
public:
property bool IsPrerequisite { bool get(); };
[System.Runtime.InteropServices.DispId(5)]
public bool IsPrerequisite { get; }
[<System.Runtime.InteropServices.DispId(5)>]
member this.IsPrerequisite : bool
Public ReadOnly Property IsPrerequisite As Boolean
Property Value
true
if the file is a prerequisite for deployment, otherwise false
.
- Attributes