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.DetectAction
instance.DetectAction = value
|
Syntax
Visual Basic |
<MandatoryAttribute> _
Public Property DetectAction As Action
|
C# |
[MandatoryAttribute]
public Action DetectAction { get; set; }
|
C++ |
[MandatoryAttribute]
public:
property Action^ DetectAction {
Action^ get ();
void set (Action^ value);
}
|
J# |
/** @property */
public Action get_DetectAction ()
/** @property */
public void set_DetectAction (Action value)
|
JScript |
public function get DetectAction () : Action
public function set DetectAction (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