BackupEndpointCollection.Name Propiedad

Definición

Obtiene o establece el nombre usado para identificar esta colección de elementos en el archivo de configuración.

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

Valor de propiedad

El nombre de la colección.

Atributos

Se aplica a