Deployment Tools Foundation
State Property
Gets the current installation state of the item.
Declaration Syntax
C# | Visual Basic | Visual C++ |
public abstract InstallState State { get; }
Public MustOverride ReadOnly Property State As InstallState
public: virtual property InstallState State { InstallState get () abstract; }