ProtocolImporter.ProtocolName Property

Definition

Abstract property that concrete derived classes must implement to get the name of the protocol being used.

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

Property Value

The name of the protocol being used.

Applies to