  | ConnectEventProtocolIdentifier Property  | 
                Get/Set the version of the protocol.
            
 
Namespace: AsterNET.Manager.EventAssembly: AsterNET (in AsterNET.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic string ProtocolIdentifier { get; set; }Public Property ProtocolIdentifier As String
	Get
	Set
public:
property String^ ProtocolIdentifier {
	String^ get ();
	void set (String^ value);
}member ProtocolIdentifier : string with get, set
Property Value
Type: 
String
See Also