| MvOptionsConnectionViewsOptions Property |
List of views to open on the server.
Namespace: RW.Server.ComponentAssembly: RW.Server.Component (in RW.Server.Component.dll) Version: 6.3.0.0 (0.8.0.0)
Syntax public IEnumerator<MvOptionsView> ViewsOptions { get; }
Public ReadOnly Property ViewsOptions As IEnumerator(Of MvOptionsView)
Get
public:
property IEnumerator<MvOptionsView>^ ViewsOptions {
IEnumerator<MvOptionsView>^ get ();
}
Property Value
Type:
IEnumeratorMvOptionsViewList of view descriptions.
See Also