BackupEndpointCollection.Name Propriedade

Definição

Obtém ou define o nome usado para identificar esta coleção de elementos no arquivo de configuração.Gets or sets the name used to identify this collection of elements in the configuration file.

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

Valor da propriedade

String

O nome da coleção.The name of the collection.

Atributos

Aplica-se a