Gets DataChannel
Namespace:
PerpetuumSoft.Framework.ConnectivityAssembly: PerpetuumSoft.Framework.Connectivity (in PerpetuumSoft.Framework.Connectivity.dll) Version: 3.9.0.1
Syntax
C# |
---|
public DataChannel Channel { get; } |
Visual Basic (Declaration) |
---|
Public ReadOnly Property Channel As DataChannel |
Visual C++ |
---|
public: property DataChannel^ Channel { DataChannel^ get (); } |