  | StatusEventSeconds Property  | 
 Returns the number of elapsed seconds.
 Sets the number of elapsed seconds.
 
Namespace: AsterNET.Manager.EventAssembly: AsterNET (in AsterNET.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic int Seconds { get; set; }Public Property Seconds As Integer
	Get
	Set
public:
property int Seconds {
	int get ();
	void set (int value);
}member Seconds : int with get, set
Property Value
Type: 
Int32
See Also