Sdílet prostřednictvím


IPublishFile.IsPrerequisite Property

Definition

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

Applies to