Retrieves the action for the override. Namespace: Microsoft.ComponentStudio.ComponentPlatformInterface
Assembly: Microsoft.ComponentStudio.ComponentPlatformInterface (in microsoft.componentstudio.componentplatforminterface.dll)

Usage

Visual Basic
Dim settingOverride1 As SettingOverride

Dim returnValue As SettingOverride.ActionType
returnValue = settingOverride1.Action

Dim sampleValue As SettingOverride.ActionType
settingOverride1.Action = sampleValue

Syntax

Visual Basic
Public Property Action() As SettingOverride.ActionType
C#
public SettingOverride.ActionType Action {get; set;}
C++
public:
property SettingOverride.ActionType Action {
		SettingOverride.ActionType get();
		void set(SettingOverride.ActionType value);
}
J#
public SettingOverride.ActionType get_Action();
public void set_Action(SettingOverride.ActionType);
JScript
public function get Action() : SettingOverride.ActionType;
public function set Action(SettingOverride.ActionType);

Property Value

The action type for the override.

Remarks

The types of action are defined in the enumeration SettingOverride.ActionType.


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 XP Home Edition, Windows XP Professional, Windows Server 2003, Windows Vista, and Windows 2000

Target Platforms

See Also