SdkRelationshipInstance.propertyPairsList Field
Represents a list of ID-object pairs of non-key properties.
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.propertyPairsList
instance.propertyPairsList = value
Syntax
'Declaration
<DataMemberAttribute(IsRequired:=True, Order:=0)> _
Public propertyPairsList As List(Of Pair(Of Guid, Object))
[DataMemberAttribute(IsRequired=true, Order=0)]
public List<Pair<Guid,Object>> propertyPairsList
[DataMemberAttribute(IsRequired=true, Order=0)]
public:
List<Pair<Guid, Object^>^>^ propertyPairsList
/** @attribute DataMemberAttribute(IsRequired=true, Order=0) */
public List<Pair<Guid,Object>> propertyPairsList
DataMemberAttribute(IsRequired=true, Order=0)
public var propertyPairsList : 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