ServiceHealthModel.ServiceEndpointModel.ContractName Propriedade
Definição
Obtém o nome do contrato associado a esse ponto de extremidade.Gets the name of the contract associated with this 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 associado a este ponto de extremidade.The name of the contract associated with this endpoint.
- Atributos