SolutionBuild2.LastPublishInfo 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 the number of items that were successfully published.
public:
property int LastPublishInfo { int get(); };
public:
property int LastPublishInfo { int get(); };
[System.Runtime.InteropServices.DispId(102)]
public int LastPublishInfo { [System.Runtime.InteropServices.DispId(102)] get; }
[<System.Runtime.InteropServices.DispId(102)>]
[<get: System.Runtime.InteropServices.DispId(102)>]
member this.LastPublishInfo : int
Public ReadOnly Property LastPublishInfo As Integer
Property Value
An integer containing the count of successfully published items.
- Attributes