Condividi tramite


ProtocolElement.Name Proprietà

Definizione

Ottiene o imposta il nome dell'elemento protocollo.

Questa API supporta l'infrastruttura del prodotto e non è previsto che venga usata direttamente dal codice.

public:
 property System::String ^ Name { System::String ^ get(); void set(System::String ^ value); };
[System.Configuration.ConfigurationProperty("name", IsKey=true, IsRequired=true)]
[System.Configuration.StringValidator(MinLength=1)]
public string Name { get; set; }
[<System.Configuration.ConfigurationProperty("name", IsKey=true, IsRequired=true)>]
[<System.Configuration.StringValidator(MinLength=1)>]
member this.Name : string with get, set
Public Property Name As String

Valore della proprietà

Nome dell'elemento protocollo.

Attributi

Commenti

Per altre informazioni, vedere Versioni e dipendenze.

Si applica a