Assembly: Microsoft.EnterpriseManagement.Core (in microsoft.enterprisemanagement.core.dll)
Usage
Visual Basic |
---|
Dim instance As ManagementPackRule Dim value As ManagementPackSubElementCollection(Of ManagementPackWriteActionModule) value = instance.WriteActionCollection |
Syntax
Visual Basic |
---|
Public ReadOnly Property WriteActionCollection As ManagementPackSubElementCollection(Of ManagementPackWriteActionModule) |
C# |
---|
public ManagementPackSubElementCollection<ManagementPackWriteActionModule> WriteActionCollection { get; } |
C++ |
---|
public: property ManagementPackSubElementCollection<ManagementPackWriteActionModule^>^ WriteActionCollection { ManagementPackSubElementCollection<ManagementPackWriteActionModule^>^ get (); } |
J# |
---|
/** @property */ public ManagementPackSubElementCollection<ManagementPackWriteActionModule> get_WriteActionCollection () |
JScript |
---|
public function get WriteActionCollection () : ManagementPackSubElementCollection<ManagementPackWriteActionModule> |
Property Value
A ManagementPackSubElementCollection collection of ManagementPackWriteActionModule objects. A collection of one or more write action modules for the rule.
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.