SyncRelationshipsGetResponse.SyncRelationships Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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