Share via


FileAttribute.Name Propiedad

Definición

Obtiene o establece el nombre real del archivo que está almacenado o lo estará en el futuro.

public:
 property System::String ^ Name { System::String ^ get(); void set(System::String ^ value); };
[System.Runtime.Serialization.DataMember]
public string Name { get; set; }
[<System.Runtime.Serialization.DataMember>]
member this.Name : string with get, set
Public Property Name As String

Valor de propiedad

Cadena que representa el nombre de archivo.

Atributos

Se aplica a