BackupEndpointElement.EndpointName Eigenschap

Definitie

Hiermee haalt u de naam op die wordt gebruikt om dit eindpunt te identificeren in het configuratiebestand.

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

Waarde van eigenschap

De naam.

Kenmerken

Opmerkingen

De opgegeven naam fungeert als een sleutel die verwijst naar een geconfigureerd clienteindpuntelement met dezelfde naam.

Van toepassing op