다음을 통해 공유


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

속성 값

String

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

적용 대상