Share via


SchemeSettingElement.Name Proprietà

Definizione

Ottiene il valore della voce Name da un'istanza di SchemeSettingElement.

public:
 property System::String ^ Name { System::String ^ get(); };
[System.Configuration.ConfigurationProperty("name", DefaultValue=null, IsKey=true, IsRequired=true)]
public string Name { get; }
public string Name { get; }
[<System.Configuration.ConfigurationProperty("name", DefaultValue=null, IsKey=true, IsRequired=true)>]
member this.Name : string
member this.Name : string
Public ReadOnly Property Name As String

Valore della proprietà

Protocollo utilizzato da questa impostazione dello schema.

Attributi

Commenti

La GenericUriParserOptions proprietà restituisce un System.GenericUriParserOptions valore di enumerazione per l'istanza SchemeSettingElement di .

L'elemento GenericUriParserOptions è attualmente limitato a HTTP e HTTPS.

Si applica a

Vedi anche