ParticleEventDataTimeToLive Property |
Gets or sets the time to live.
Namespace: ParticleAssembly: Particle (in Particle.dll) Version: 0.8.5.14 (0.8.5.14)
Syntaxpublic Nullable<long> TimeToLive { get; set; }
Public Property TimeToLive As Nullable(Of Long)
Get
Set
public:
property Nullable<long long> TimeToLive {
Nullable<long long> get ();
void set (Nullable<long long> value);
}
member TimeToLive : Nullable<int64> with get, set
Property Value
Type:
NullableInt64
The time to live.
See Also