Namespace:
Microsoft.ConfigurationManagement.ApplicationManagement
Assembly:
Microsoft.ConfigurationManagement.ApplicationManagement (in
Microsoft.ConfigurationManagement.ApplicationManagement.dll)
Usage
Visual Basic |
Dim instance As CustomInstaller
Dim value As Action
value = instance.InstallAction
instance.InstallAction = value
|
Syntax
Visual Basic |
<MandatoryAttribute> _
Public Property InstallAction As Action
|
C# |
[MandatoryAttribute]
public Action InstallAction { get; set; }
|
C++ |
[MandatoryAttribute]
public:
property Action^ InstallAction {
Action^ get ();
void set (Action^ value);
}
|
J# |
/** @property */
public Action get_InstallAction ()
/** @property */
public void set_InstallAction (Action value)
|
JScript |
public function get InstallAction () : Action
public function set InstallAction (value : Action)
|
Thread Safety
Any public static (Shared in Visual
Basic) members of this type are thread safe. Any instance members
are not guaranteed to be thread safe.
Platforms
Development Platforms
Windows Vista, Windows Server 2003, and
Target Platforms
See Also