DeclaredTypeElement.Type Eigenschap

Definitie

Hiermee wordt de naam van het gedeclareerde type opgehaald of ingesteld waarvoor een verzameling bekende typen is vereist.

Deze API ondersteunt de productinfrastructuur en is niet bedoeld om rechtstreeks vanuit de code te gebruiken.

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

Waarde van eigenschap

De naam van het gedeclareerde type.

Kenmerken

Van toepassing op