IPublishFile.IsPrerequisite 属性

定义

获取此文件是否为部署的先决条件。

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

属性值

Boolean

true 如果该文件是部署的先决条件,则为; 否则为 false

属性

适用于