| MvOptionsViewViewName Property |
Name of the view to open.
Namespace:
RW.Server.Component
Assembly:
RW.Server.Component (in RW.Server.Component.dll) Version: 7.2.0.0 (7.2.0.0)
Syntax public string ViewName {
get;
}
Public ReadOnly Property ViewName As String
Get
public:
property String^ ViewName {
String^ get ();
}
Property Value
Type:
StringName of the view.
See Also