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

