Share via


SdkRelationshipInstance.targetKeyPropertyPairsList Field

Definition

[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.

public: System::Collections::Generic::List<Microsoft::EnterpriseManagement::Common::Pair<Guid, System::Object ^> ^> ^ targetKeyPropertyPairsList;
[System.Runtime.Serialization.DataMember(IsRequired=true, Order=5)]
public System.Collections.Generic.List<Microsoft.EnterpriseManagement.Common.Pair<Guid,object>> targetKeyPropertyPairsList;
val mutable targetKeyPropertyPairsList : System.Collections.Generic.List<Microsoft.EnterpriseManagement.Common.Pair<Guid, obj>>
Public targetKeyPropertyPairsList As List(Of Pair(Of Guid, Object)) 

Field Value

Attributes

Applies to