Udostępnij za pośrednictwem


ProtocolElement.Name Właściwość

Definicja

Pobiera lub ustawia nazwę elementu protokołu.

Ten interfejs API obsługuje infrastrukturę produktu i nie jest przeznaczony do użycia bezpośrednio z poziomu kodu.

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

Wartość właściwości

String

Nazwa elementu protokołu.

Atrybuty

Uwagi

Aby uzyskać więcej informacji, zobacz Wersje i zależności.

Dotyczy