| MvComponenthasC2SUpdates Property |
Gets a value that indicates if the current component to server
transaction is not empty.
Namespace: RW.Server.ComponentAssembly: RW.Server.Component (in RW.Server.Component.dll) Version: 6.3.0.0 (0.8.0.0)
Syntax public virtual bool hasC2SUpdates { get; }
Public Overridable ReadOnly Property hasC2SUpdates As Boolean
Get
public:
virtual property bool hasC2SUpdates {
bool get ();
}
Property Value
Type:
Booleantrue if the current component to server
transaction is not empty.
See Also