Click or drag to resize
ResultSuccess Property
Gets or sets a value indicating whether this Result is success.

Namespace: Particle
Assembly: Particle (in Particle.dll) Version: 0.8.5.14 (0.8.5.14)
Syntax
public bool Success { get; set; }

Property Value

Type: Boolean
true if success; otherwise, false.
See Also