DeclaredTypeElement.Type Propriedade

Definição

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

Esta API suporta a infraestrutura de produtos e não é pressuposta para ser utilizada diretamente a partir 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 de Propriedade

O nome do tipo declarado.

Atributos

Aplica-se a