SdkRelationshipInstance.sourceKeyPropertyPairsList Field
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
'Usage
Dim instance As SdkRelationshipInstance
Dim value As List(Of Pair(Of Guid, Object))
value = instance.sourceKeyPropertyPairsList
instance.sourceKeyPropertyPairsList = value
Syntax
'Declaration
<DataMemberAttribute(IsRequired:=True, Order:=3)> _
Public sourceKeyPropertyPairsList As List(Of Pair(Of Guid, Object))
[DataMemberAttribute(IsRequired=true, Order=3)]
public List<Pair<Guid,Object>> sourceKeyPropertyPairsList
[DataMemberAttribute(IsRequired=true, Order=3)]
public:
List<Pair<Guid, Object^>^>^ sourceKeyPropertyPairsList
/** @attribute DataMemberAttribute(IsRequired=true, Order=3) */
public List<Pair<Guid,Object>> sourceKeyPropertyPairsList
DataMemberAttribute(IsRequired=true, Order=3)
public var sourceKeyPropertyPairsList : 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