SyncRelationshipsGetResponse.SyncRelationships Property

Definition

Specifies the sync relationships.

public:
 property System::Collections::ObjectModel::Collection<Microsoft::MasterDataServices::Services::DataContracts::SyncRelationship ^> ^ SyncRelationships { System::Collections::ObjectModel::Collection<Microsoft::MasterDataServices::Services::DataContracts::SyncRelationship ^> ^ get(); void set(System::Collections::ObjectModel::Collection<Microsoft::MasterDataServices::Services::DataContracts::SyncRelationship ^> ^ value); };
[System.ServiceModel.MessageBodyMember]
public System.Collections.ObjectModel.Collection<Microsoft.MasterDataServices.Services.DataContracts.SyncRelationship> SyncRelationships { get; set; }
[<System.ServiceModel.MessageBodyMember>]
member this.SyncRelationships : System.Collections.ObjectModel.Collection<Microsoft.MasterDataServices.Services.DataContracts.SyncRelationship> with get, set
Public Property SyncRelationships As Collection(Of SyncRelationship)

Property Value

The sync relationships.

Attributes

Applies to