Assembly: Microsoft.EnterpriseManagement.OperationsManager (in microsoft.enterprisemanagement.operationsmanager.dll)
Usage
| Visual Basic |
|---|
Dim instance As ManagementPackProbeActionModule Dim value As ManagementPackElementReference(Of ManagementPackProbeActionModuleType) value = instance.TypeID instance.TypeID = value |
Syntax
| Visual Basic |
|---|
Public Property TypeID As ManagementPackElementReference(Of ManagementPackProbeActionModuleType) |
| C# |
|---|
public ManagementPackElementReference<ManagementPackProbeActionModuleType> TypeID { get; set; } |
| C++ |
|---|
public: property ManagementPackElementReference<ManagementPackProbeActionModuleType^>^ TypeID { ManagementPackElementReference<ManagementPackProbeActionModuleType^>^ get (); void set (ManagementPackElementReference<ManagementPackProbeActionModuleType^>^ value); } |
| J# |
|---|
/** @property */ public ManagementPackElementReference<ManagementPackProbeActionModuleType> get_TypeID () /** @property */ public void set_TypeID (ManagementPackElementReference<ManagementPackProbeActionModuleType> value) |
| JScript |
|---|
public function get TypeID () : ManagementPackElementReference<ManagementPackProbeActionModuleType> public function set TypeID (value : ManagementPackElementReference<ManagementPackProbeActionModuleType>) |
Property Value
A ManagementPackElementReference reference to a ManagementPackProbeActionModuleType object.
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.

