RegistrationInfo.ServiceEndPointMapping 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.
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