| MvOptionsViewObject Property |
Name of the object on which the view must be opened.
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 Object {
get;
}
Public ReadOnly Property Object As String
Get
public:
property String^ Object {
String^ get ();
}
Property Value
Type:
StringName of the object.
See Also