Redirect status in the json to the Massage property
Namespace: ParticleAssembly: Particle (in Particle.dll) Version: 0.8.5.14 (0.8.5.14)
Syntaxpublic string Status { get; set; }
Public Property Status As String
Get
Set
public:
property String^ Status {
String^ get ();
void set (String^ value);
}
member Status : string with get, set
Property Value
Type:
String
See Also