[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]Represents a list of ID-object pairs of key properties for the target in this relationship instance. Namespace: Microsoft.EnterpriseManagement.Common
Assembly: Microsoft.EnterpriseManagement.Core (in microsoft.enterprisemanagement.core.dll)

Usage

Visual Basic
Dim instance As SdkRelationshipInstance
Dim value As List(Of Pair(Of Guid, Object))

value = instance.targetKeyPropertyPairsList

instance.targetKeyPropertyPairsList = value

Syntax

Visual Basic
<DataMemberAttribute(IsRequired:=True, Order:=5)> _
Public targetKeyPropertyPairsList As List(Of Pair(Of Guid, Object))
C#
[DataMemberAttribute(IsRequired=true, Order=5)] 
public List<Pair<Guid,Object>> targetKeyPropertyPairsList
C++
[DataMemberAttribute(IsRequired=true, Order=5)] 
public:
List<Pair<Guid, Object^>^>^ targetKeyPropertyPairsList
J#
/** @attribute DataMemberAttribute(IsRequired=true, Order=5) */ 
public List<Pair<Guid,Object>> targetKeyPropertyPairsList
JScript
DataMemberAttribute(IsRequired=true, Order=5) 
public var targetKeyPropertyPairsList : List<Pair<Guid,Object>>

Platforms

Development Platforms

Windows Server 2008, Windows Vista, Windows Server 2003, and Windows XP

Target Platforms

Windows Server 2008,Windows Server 2003

See Also