IPublishFile2.IsPublished 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 a value that indicates whether the file will be deployed.
public:
property bool IsPublished { bool get(); };
public:
property bool IsPublished { bool get(); };
[System.Runtime.InteropServices.DispId(6)]
public bool IsPublished { get; }
[<System.Runtime.InteropServices.DispId(6)>]
member this.IsPublished : bool
Public ReadOnly Property IsPublished As Boolean
Property Value
true
if the file will be deployed; otherwise, false
.
Implements
- Attributes