ISite.Name Propiedad

Definición

Obtiene o establece el nombre del componente asociado a cuando ISite se implementa mediante una clase .

public:
 property System::String ^ Name { System::String ^ get(); void set(System::String ^ value); };
public string? Name { get; [System.Diagnostics.CodeAnalysis.RequiresUnreferencedCode("The Type of components in the container cannot be statically discovered to validate the name.")] set; }
public string? Name { get; set; }
public string Name { get; set; }
[<set: System.Diagnostics.CodeAnalysis.RequiresUnreferencedCode("The Type of components in the container cannot be statically discovered to validate the name.")>]
member this.Name : string with get, set
member this.Name : string with get, set
Public Property Name As String

Valor de propiedad

Nombre del componente asociado a ISite; o null, si no se asigna ningún nombre al componente.

Atributos

Comentarios

Es posible que los componentes de un contenedor se llamen o no. Si se asigna un nombre a un componente, el nombre debe ser único entre todos los componentes del contenedor.

Se aplica a