Sdílet prostřednictvím


BackupEndpointCollection.Name Vlastnost

Definice

Získá nebo nastaví název použitý k identifikaci této kolekce prvků v konfiguračním souboru.

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

Hodnota vlastnosti

String

Název kolekce.

Atributy

Platí pro