ManagementPackDiscoveryRelationship.TypeID Property
[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]
Gets or sets a reference to a relationship identifier for this object.
Namespace: Microsoft.EnterpriseManagement.Configuration
Assembly: Microsoft.EnterpriseManagement.Core (in Microsoft.EnterpriseManagement.Core.dll)
'Usage
Dim instance As ManagementPackDiscoveryRelationship
Dim value As ManagementPackElementReference(Of ManagementPackRelationship)
value = instance.TypeID
instance.TypeID = value
'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>)
Returns a ManagementPackElementReference reference to a ManagementPackRelationship object.
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Windows Vista, Windows Server 2003, and
Windows Server 2008,Windows Server 2003
ManagementPackDiscoveryRelationship Class
ManagementPackDiscoveryRelationship Members
Microsoft.EnterpriseManagement.Configuration Namespace