ServiceHealthModel.ChannelDispatcherModel.ContractName Propriedade
Definição
Obtém o nome do contrato do ponto de extremidade de serviço.Gets the name of the contract of the service endpoint.
public:
property System::String ^ ContractName { System::String ^ get(); };
[System.Runtime.Serialization.DataMember]
public string ContractName { get; }
[<System.Runtime.Serialization.DataMember>]
member this.ContractName : string
Public ReadOnly Property ContractName As String
Valor da propriedade
O nome do contrato do ponto de extremidade de serviço.The name of the contract of the service endpoint.
- Atributos