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