Partager via


RelationshipTypeSubscription.TargetTypeId Property

[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]

Gets or sets the target type ID.

Namespace: Microsoft.EnterpriseManagement.Subscriptions
Assembly: Microsoft.EnterpriseManagement.Core (in Microsoft.EnterpriseManagement.Core.dll)

Usage

'Usage
Dim instance As RelationshipTypeSubscription
Dim value As Guid

value = instance.TargetTypeId

instance.TargetTypeId = value

Syntax

'Declaration
Public Property TargetTypeId As Guid
public Guid TargetTypeId { get; set; }
public:
virtual property Guid TargetTypeId {
    Guid get () sealed;
    void set (Guid value) sealed;
}
/** @property */
public final Guid get_TargetTypeId ()

/** @property */
public final void set_TargetTypeId (Guid value)
public final function get TargetTypeId () : Guid

public final function set TargetTypeId (value : Guid)

Property Value

Type: Guid

The target type ID.

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 Vista, Windows Server 2003, and

Target Platforms

Windows Server 2008,Windows Server 2003

See Also

Reference

RelationshipTypeSubscription Class
RelationshipTypeSubscription Members
Microsoft.EnterpriseManagement.Subscriptions Namespace