RegistrationInfo.ServiceEndPointMapping Property

Definition

Provides service endpoint mapping.

public:
 property System::Collections::Generic::Dictionary<Uri ^, System::Collections::Generic::IEnumerable<Guid> ^> ^ ServiceEndPointMapping { System::Collections::Generic::Dictionary<Uri ^, System::Collections::Generic::IEnumerable<Guid> ^> ^ get(); void set(System::Collections::Generic::Dictionary<Uri ^, System::Collections::Generic::IEnumerable<Guid> ^> ^ value); };
[System.Runtime.Serialization.DataMember]
public System.Collections.Generic.Dictionary<Uri,System.Collections.Generic.IEnumerable<Guid>> ServiceEndPointMapping { get; set; }
Public Property ServiceEndPointMapping As Dictionary(Of Uri, IEnumerable(Of Guid))

Property Value

Dictionary Uri IEnumerable Guid

Attributes

Applies to