| MvOptionsConnections Property |
Gets the requested connections.
Namespace: RW.Server.ComponentAssembly: RW.Server.Component (in RW.Server.Component.dll) Version: 6.3.0.0 (0.8.0.0)
Syntax public IEnumerator<MvOptionsConnection> Connections { get; }
Public ReadOnly Property Connections As IEnumerator(Of MvOptionsConnection)
Get
public:
property IEnumerator<MvOptionsConnection^>^ Connections {
IEnumerator<MvOptionsConnection^>^ get ();
}
Property Value
Type:
IEnumeratorMvOptionsConnection
The requested connections.
See Also