Compartilhar via


DeclaredTypeElement.Type Propriedade

Definição

Obtém ou define o nome do tipo declarado que requer uma coleção de tipos conhecidos.

Esta API dá suporte à infraestrutura do produto e não deve ser usada diretamente do seu código.

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

Valor da propriedade

O nome do tipo declarado.

Atributos

Aplica-se a