ParticleCloudYourEventUri Property |
Gets the uri to the users Events. Usally https://api.particle.io/v1/devices/events
Namespace: ParticleAssembly: Particle (in Particle.dll) Version: 0.8.5.14 (0.8.5.14)
Syntaxpublic Uri YourEventUri { get; }
Public ReadOnly Property YourEventUri As Uri
Get
public:
property Uri^ YourEventUri {
Uri^ get ();
}
member YourEventUri : Uri with get
Property Value
Type:
Uri
The Your event Uri.
See Also