ObjVerExIsEnteringState Property |
Determines if the object is entering the current state... IE. it is unique from the previous state.
Namespace:
MFiles.VAF.Common
Assembly:
MFiles.VAF (in MFiles.VAF.dll) Version: 2.3.623.2
Syntaxpublic bool IsEnteringState { get; }
Public ReadOnly Property IsEnteringState As Boolean
Get
public:
property bool IsEnteringState {
bool get ();
}
Property Value
Type:
Boolean
See Also