[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 source 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.sourceKeyPropertyPairsList
instance.sourceKeyPropertyPairsList = value
|
Syntax
Visual Basic |
<DataMemberAttribute(IsRequired:=True, Order:=3)> _
Public sourceKeyPropertyPairsList As List(Of Pair(Of Guid, Object))
|
C# |
[DataMemberAttribute(IsRequired=true, Order=3)]
public List<Pair<Guid,Object>> sourceKeyPropertyPairsList
|
C++ |
[DataMemberAttribute(IsRequired=true, Order=3)]
public:
List<Pair<Guid, Object^>^>^ sourceKeyPropertyPairsList
|
J# |
/** @attribute DataMemberAttribute(IsRequired=true, Order=3) */
public List<Pair<Guid,Object>> sourceKeyPropertyPairsList
|
JScript |
DataMemberAttribute(IsRequired=true, Order=3)
public var sourceKeyPropertyPairsList : 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