Assembly: Microsoft.EnterpriseManagement.OperationsManager (in microsoft.enterprisemanagement.operationsmanager.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.
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.