ManagementPackDiscoveryRelationship.TypeID Property
Gets or sets a reference to a relationship identifier for this object..
Namespace: Microsoft.EnterpriseManagement.Configuration
Assembly: Microsoft.EnterpriseManagement.OperationsManager (in microsoft.enterprisemanagement.operationsmanager.dll)
Usage
'Usage
Dim instance As ManagementPackDiscoveryRelationship
Dim value As ManagementPackElementReference(Of ManagementPackRelationship)
value = instance.TypeID
instance.TypeID = value
Syntax
'Declaration
Public Property TypeID As ManagementPackElementReference(Of ManagementPackRelationship)
public ManagementPackElementReference<ManagementPackRelationship> TypeID { get; set; }
public:
property ManagementPackElementReference<ManagementPackRelationship^>^ TypeID {
ManagementPackElementReference<ManagementPackRelationship^>^ get ();
void set (ManagementPackElementReference<ManagementPackRelationship^>^ value);
}
/** @property */
public ManagementPackElementReference<ManagementPackRelationship> get_TypeID ()
/** @property */
public void set_TypeID (ManagementPackElementReference<ManagementPackRelationship> value)
public function get TypeID () : ManagementPackElementReference<ManagementPackRelationship>
public function set TypeID (value : ManagementPackElementReference<ManagementPackRelationship>)
Property Value
Returns a ManagementPackElementReference reference to a ManagementPackRelationship 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.
Platforms
Development Platforms
Windows Server 2008, Windows Vista, Windows Server 2003, and Windows XP
Target Platforms
Windows Server 2008,Windows Server 2003,Windows Vista,Windows XP
See Also
Reference
ManagementPackDiscoveryRelationship Class
ManagementPackDiscoveryRelationship Members
Microsoft.EnterpriseManagement.Configuration Namespace