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

속성 값

사용 중인 프로토콜의 이름입니다.

적용 대상