次の方法で共有


ProtocolImporter.ProtocolName プロパティ

定義

使用されているプロトコルの名前を取得するために具象派生クラスが実装する必要がある抽象プロパティ。

public:
 abstract property System::String ^ ProtocolName { System::String ^ get(); };
public abstract string ProtocolName { get; }
member this.ProtocolName : string
Public MustOverride ReadOnly Property ProtocolName As String

プロパティ値

使用されるプロトコルの名前。

適用対象