ServiceMoniker Klasa
Definicja
Ważne
Niektóre informacje odnoszą się do produktu w wersji wstępnej, który może zostać znacząco zmodyfikowany przed wydaniem. Firma Microsoft nie udziela żadnych gwarancji, jawnych lub domniemanych, w odniesieniu do informacji podanych w tym miejscu.
Identyfikator usługi aktywowalnej.
public ref class ServiceMoniker : IEquatable<Microsoft::ServiceHub::Framework::ServiceMoniker ^>
[Newtonsoft.Json.JsonObject]
[System.ComponentModel.TypeConverter(typeof(Microsoft.ServiceHub.Framework.ServiceMoniker/ServiceMonikerTypeConverter))]
[System.Diagnostics.DebuggerDisplay("{DebuggerDisplay,nq}")]
[System.Runtime.Serialization.DataContract]
public class ServiceMoniker : IEquatable<Microsoft.ServiceHub.Framework.ServiceMoniker>
[<Newtonsoft.Json.JsonObject>]
[<System.ComponentModel.TypeConverter(typeof(Microsoft.ServiceHub.Framework.ServiceMoniker/ServiceMonikerTypeConverter))>]
[<System.Diagnostics.DebuggerDisplay("{DebuggerDisplay,nq}")>]
[<System.Runtime.Serialization.DataContract>]
type ServiceMoniker = class
interface IEquatable<ServiceMoniker>
Public Class ServiceMoniker
Implements IEquatable(Of ServiceMoniker)
- Dziedziczenie
-
ServiceMoniker
- Atrybuty
-
Newtonsoft.Json.JsonObjectAttribute TypeConverterAttribute DebuggerDisplayAttribute DataContractAttribute
- Implementuje
Konstruktory
ServiceMoniker(String) |
Inicjuje nowe wystąpienie klasy ServiceMoniker. |
ServiceMoniker(String, Version) |
Inicjuje nowe wystąpienie klasy ServiceMoniker. |
Właściwości
Name |
Pobiera nazwę usługi. |
Version |
Pobiera wersję usługi lub wersję oczekiwaną przez klienta. |
Metody
Equals(Object) | |
Equals(ServiceMoniker) | Indicates whether the current object is equal to another object of the same type. |
GetHashCode() | Serves as the default hash function. |
ToString() | Returns a string that represents the current object. |