Compartilhar via


SdkRelationshipInstance.targetKeyPropertyPairsList Field

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

'Usage
Dim instance As SdkRelationshipInstance
Dim value As List(Of Pair(Of Guid, Object))

value = instance.targetKeyPropertyPairsList

instance.targetKeyPropertyPairsList = value

Syntax

'Declaration
<DataMemberAttribute(IsRequired:=True, Order:=5)> _
Public targetKeyPropertyPairsList As List(Of Pair(Of Guid, Object))
[DataMemberAttribute(IsRequired=true, Order=5)] 
public List<Pair<Guid,Object>> targetKeyPropertyPairsList
[DataMemberAttribute(IsRequired=true, Order=5)] 
public:
List<Pair<Guid, Object^>^>^ targetKeyPropertyPairsList
/** @attribute DataMemberAttribute(IsRequired=true, Order=5) */ 
public List<Pair<Guid,Object>> targetKeyPropertyPairsList
DataMemberAttribute(IsRequired=true, Order=5) 
public var targetKeyPropertyPairsList : List<Pair<Guid,Object>>

Platforms

Development Platforms

Windows Vista, Windows Server 2003, and

Target Platforms

Windows Server 2008,Windows Server 2003

See Also

Reference

SdkRelationshipInstance Structure
SdkRelationshipInstance Members
Microsoft.EnterpriseManagement.Common Namespace