BackupEndpointElement.EndpointName Propriedade

Definição

Obtém ou define o nome usado para identificar este endpoint no ficheiro de configuração.

public:
 property System::String ^ EndpointName { System::String ^ get(); void set(System::String ^ value); };
[System.Configuration.ConfigurationProperty("endpointName", DefaultValue=null, Options=System.Configuration.ConfigurationPropertyOptions.IsRequired)]
public string EndpointName { get; set; }
[<System.Configuration.ConfigurationProperty("endpointName", DefaultValue=null, Options=System.Configuration.ConfigurationPropertyOptions.IsRequired)>]
member this.EndpointName : string with get, set
Public Property EndpointName As String

Valor de Propriedade

O nome.

Atributos

Observações

O nome especificado atua como uma chave que faz referência a um elemento de endpoint cliente configurado com o mesmo nome.

Aplica-se a