OptionalFeatureInfoInstallState Property |
Gets or sets the install state.
Namespace:
Xcalibur.Models.InstalledApps
Assembly:
Xcalibur.Models (in Xcalibur.Models.dll) Version: 1.0.5.0 (1.0.0.0)
Syntax [DataMemberAttribute]
public int InstallState { get; set; }
<DataMemberAttribute>
Public Property InstallState As Integer
Get
Set
public:
[DataMemberAttribute]
virtual property int InstallState {
int get () sealed;
void set (int value) sealed;
}
[<DataMemberAttribute>]
abstract InstallState : int with get, set
[<DataMemberAttribute>]
override InstallState : int with get, set
Property Value
Type:
Int32
The state of the installed.
Implements
IOptionalFeatureInfoInstallStateSee Also