| ViewIdsObject Property |
The object for which view ids have been asked.
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:
StringThe object string id.
See Also