ManagementPackActionType.ActionType Property
[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]
Gets or sets the action type of the management pack.
Namespace: Microsoft.EnterpriseManagement.Configuration
Assembly: Microsoft.EnterpriseManagement.Core (in Microsoft.EnterpriseManagement.Core.dll)
Usage
'Usage
Dim instance As ManagementPackActionType
Dim value As ManagementPackCubeActionType
value = instance.ActionType
instance.ActionType = value
Syntax
'Declaration
<FieldMappingAttribute("ActionType")> _
Public Property ActionType As ManagementPackCubeActionType
[FieldMappingAttribute("ActionType")]
public ManagementPackCubeActionType ActionType { get; set; }
[FieldMappingAttribute(L"ActionType")]
public:
property ManagementPackCubeActionType ActionType {
ManagementPackCubeActionType get ();
void set (ManagementPackCubeActionType value);
}
/** @property */
public ManagementPackCubeActionType get_ActionType ()
/** @property */
public void set_ActionType (ManagementPackCubeActionType value)
public function get ActionType () : ManagementPackCubeActionType
public function set ActionType (value : ManagementPackCubeActionType)
Property Value
The action type of the management pack.
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
Windows Server 2008,Windows Server 2003
See Also
Reference
ManagementPackActionType Class
ManagementPackActionType Members
Microsoft.EnterpriseManagement.Configuration Namespace