StateEnvironmentStateID Property |
The id of the state that acts as an execution context.
Namespace:
MFiles.VAF.Common
Assembly:
MFiles.VAF (in MFiles.VAF.dll) Version: 2.3.623.2
Syntaxpublic int StateID { get; set; }
Public Property StateID As Integer
Get
Set
public:
virtual property int StateID {
int get () sealed;
void set (int value) sealed;
}
Property Value
Type:
Int32Implements
IStateEnvironmentStateID
See Also