Gets or sets a value indicating whether this
Result is success.
Namespace: ParticleAssembly: Particle (in Particle.dll) Version: 0.8.5.14 (0.8.5.14)
Syntaxpublic bool Success { get; set; }
Public Property Success As Boolean
Get
Set
public:
property bool Success {
bool get ();
void set (bool value);
}
member Success : bool with get, set
Property Value
Type:
Booleantrue if success; otherwise,
false.
See Also